mazes
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.
Here are 9 public repositories matching this topic...
A Python wrapper of the Daedalus maze generator.
-
Updated
Dec 3, 2019 - C++
check out the auto typed code of this project:
-
Updated
Jan 25, 2020 - C++
-
Updated
Oct 13, 2020 - C++
这是一个偏沙盒的迷宫游戏,尽可能兼容各操作系统和语言。It's a sandbox-oriented maze game, as compatible as possible with every operating system and language.
-
Updated
May 2, 2021 - C++
-
Updated
Oct 23, 2022 - C++
Maze generation and solving library
-
Updated
Dec 4, 2022 - C++
The Maze generation software "Daedalus", version 3.4
-
Updated
Sep 1, 2023 - C++
Generates a random maze and solves it using recursive backtracking. The maze generation utilizes Depth-First Search (DFS) to carve out passages and create a unique maze layout for each run.
-
Updated
Jul 1, 2024 - C++
- Followers
- 9 followers
- Website
- www.astrolog.org/labyrnth.htm
- Wikipedia
- Wikipedia