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
Maze generation algorithm - Wikipedia

@julia ooooh lmk when you're done I'd love to see it
@cringeizgood I will, but I keep getting confused, so I’m thinking about buying “Mazes for Programmers” to get a more solid grasp on the theory first.
@julia fair!
@cringeizgood I’m also thinking about implementing the second half of the book Crafting Interpreters in *idiomatic* C# instead of C, but the path is a lot less clear.