I’ve been hacking on a maze generator in C# using nothing but the Wikipedia article about maze generation (https://en.wikipedia.org/wiki/Maze_generation_algorithm) and the trusty .NET standard library. The algorithm is surprisingly elegant, although I’m not 100% done yet. #DotNet #CSharp #Maze