Skip to content

Instantly share code, notes, and snippets.

@M2vH
M2vH / Snake.cs
Last active December 5, 2019 13:02
My personal view on Snake from @JerryNixon
// based on the work of JerryNixon
// find origin code here
// https://gist.github.com/JerryNixon/52e2821cdf888a3c492e22397c4b5dda
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Threading;
@davidfowl
davidfowl / dotnetlayout.md
Last active May 15, 2024 07:06
.NET project structure
$/
  artifacts/
  build/
  docs/
  lib/
  packages/
  samples/
  src/
 tests/