Mazes topic
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.
A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.
brutalmaze
Migrated to https://git.sr.ht/~cnx/brutalmaze
Maze
这是一个偏沙盒的迷宫游戏,尽可能兼容各操作系统和语言。It's a sandbox-oriented maze game, as compatible as possible with every operating system and language.
maze_generator
A work-in-progress Javascript maze generator module, compatible with both Deno and Node. 🌽
mazeGenerator
Recursive Backtracker Maze Generation Algorithm with C++ using ncurses
csmazes
Maze algorithms implemented in CoffeeScript, with an eye toward demonstrating how the algorithms work by animating them.
bitmap
C++ Bitmap Library https://www.partow.net/programming/bitmap/index.html
dotnet-console-games
Game examples implemented as .NET console applications primarily for providing education and inspiration. :)
dotSCAD
Reduce the burden of mathematics when playing OpenSCAD
nbsdgames
A package of 18 text-based modern games
astray
Astray is a lua based maze, room and dungeon generation library for dungeon crawlers and rougelike video games