Repository navigation

#

Mazes

www.astrolog.org
维基百科

相关主题

算法
mazes logo

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.

Generate Cool-Looking Mazes and Animations Illustrating the A* Pathfinding Algorithm

Python
177
7 个月前

A maze generator made with PhoenixLiveView.

Elixir
129
1 年前

The Maze generation software "Daedalus", version 3.5

C++
69
1 年前

Mazes for Programmers book source code & examples, rewritten and adapted to Python

Python
57
16 天前

🏰 The Maze Game offers straightforward maze navigation challenges, built with Prim's & DFS Algorithms. Featuring responsive design for easy play on any device, including mobile, with intuitive on-screen controls for movement, it's ideal for quick gaming sessions, providing both casual and challenging experiences!

Python
35
9 天前

Maze algorithms in Clojure (from Jamis Buck's "Mazes for Programmers" book)

Clojure
24
3 年前

A Python wrapper of the Daedalus maze generator.

C++
22
6 年前

Maze generation and solving library

C++
12
3 年前

This project is my humble attempt to display how beautiful and elegant algorithms can be.

TypeScript
11
1 年前

Use MakeCode to build and solve random mazes in Minecraft.

Python
11
4 年前

Experimenting with creating a rogue-like dungeon generator in Elixir

Elixir
10
7 年前

A selection of maze generators based on Mazes for Programmers by Jamis Buck. Written in Python. Exported as ASCII and SVG

Python
8
3 年前

Maze algorithms, written in Ruby. Just a bit of fun, and based upon the awesome book "Mazes for Programmers"

Ruby
6
1 年前

Utilities to generate, render and hack with any sort of mazes.

TypeScript
6
4 年前
Jupyter Notebook
5
6 年前

Python implementation of algorithms described in Mazes for programmers

Python
5
2 年前

a tiny javascript library for creating legendary mazes ;-)

JavaScript
5
7 天前