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.

List Mazes repositories

brutalmaze

11
Stars
3
Forks
Watchers

Migrated to https://git.sr.ht/~cnx/brutalmaze

Maze

8
Stars
0
Forks
Watchers

这是一个偏沙盒的迷宫游戏,尽可能兼容各操作系统和语言。It's a sandbox-oriented maze game, as compatible as possible with every operating system and language.

maze_generator

37
Stars
10
Forks
Watchers

A work-in-progress Javascript maze generator module, compatible with both Deno and Node. 🌽

mazeGenerator

27
Stars
7
Forks
Watchers

Recursive Backtracker Maze Generation Algorithm with C++ using ncurses

csmazes

386
Stars
41
Forks
Watchers

Maze algorithms implemented in CoffeeScript, with an eye toward demonstrating how the algorithms work by animating them.

bitmap

162
Stars
70
Forks
Watchers

C++ Bitmap Library https://www.partow.net/programming/bitmap/index.html

dotnet-console-games

785
Stars
117
Forks
Watchers

Game examples implemented as .NET console applications primarily for providing education and inspiration. :)

dotSCAD

768
Stars
104
Forks
Watchers

Reduce the burden of mathematics when playing OpenSCAD

nbsdgames

198
Stars
15
Forks
Watchers

A package of 18 text-based modern games

astray

137
Stars
10
Forks
Watchers

Astray is a lua based maze, room and dungeon generation library for dungeon crawlers and rougelike video games