mazes
There are 75 repositories under mazes topic.
Dicklesworthstone/visual_astar_python
Generate Cool-Looking Mazes and Animations Illustrating the A* Pathfinding Algorithm
angelikatyborska/mazes
A maze generator made with PhoenixLiveView.
CruiserOne/Daedalus
The Maze generation software "Daedalus", version 3.5
Kartones/mazes-for-programmers-python-src
Mazes for Programmers book source code & examples, rewritten and adapted to Python
hoangsonww/The-Maze-Game
š° 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!
glv/snergly
Maze algorithms in Clojure (from Jamis Buck's "Mazes for Programmers" book)
Pakz001/MonkeyXExamples
Monkey-X - Example Code
wroberts/pydaedalus
A Python wrapper of the Daedalus maze generator.
mohamed-souiyeh/Daedalus
This project is my humble attempt to display how beautiful and elegant algorithms can be.
sraaphorst/spelunker
Maze generation and solving library
crux888/minecraft-mazes-makecode
Use MakeCode to build and solve random mazes in Minecraft.
craigp/dungeon-generator
Experimenting with creating a rogue-like dungeon generator in Elixir
edabot/mazes
A selection of maze generators based on Mazes for Programmers by Jamis Buck. Written in Python. Exported as ASCII and SVG
devedse/DeveMazeGeneratorCore
This is the new version of my maze generator, now made with .NET Core.
martinpeck/mazes-ruby
Maze algorithms, written in Ruby. Just a bit of fun, and based upon the awesome book "Mazes for Programmers"
nmanumr/mazes101
Utilities to generate, render and hack with any sort of mazes.
Amable-Valdes/Prolog-Mazes
Algorithms to solve small mazes with prolog
spearwolf/legendary-mazes
a tiny javascript library for creating legendary mazes ;-)
kwyckmans/python-mazes
Python implementation of algorithms described in Mazes for programmers
Nekketsu/MazesForProgrammers
Mazes for Programmers
VijaySamant4368/StrinGame
StrinGame is a blind maze-solving adventure created entirely using the Pygame library and other Python modules, including the audio components. Experience the thrill of exploration and strategy in this traditional game with a new twist
verhagen/mazes-for-programmers
Java implementation of the code from the book Mazes For Programmers by Jamis Buck
abdalmoniem/CommandLine_FPW
check out the auto typed code of this project:
craigp/mazes
Some experiments in implementing maze algorithms in Elixir
FuexFollets/Mazeapolis
A decision making game of chances
kevinmaes/maze
Algorithms for maze generation
lnvaldez/maze-solver
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.
mklemmingen/space-mouse
3D cube maze solver with terminal-adjusted visualisation and a maze generator
nadimkobeissi/maze-cafe
Generate mazes with exactly one solution and draw them nicely on a canvas.
rJefferyXie/Pathfinding-Visualizer
A visual pathfinding program that allows the user to create their own obstacles or mazes and then run different pathfinding algorithms on it.
a-bunting/physics-project
This website is a playground for testing algorithms and simulations for use by students who need simulated data matching real world data. The simulations are real life physical phenomina which allow students to collect data in a more real world sense (i.e. error is usually inherent!) than what many simulations provide. This site also is a playground for other creations, such as my random data generator, random questions generators, maze and pathfinding algorithms, and my practices at neural networks (following tutorials).
cecelot/ariadne
A visualization tool for simple graph search algorithms applied to mazes
crux888/mazes-for-programmers-python
Python code for "Mazes for Programmers" by Jamis Buck.
sobraldearruda/computing-maze
Um jogo 2D de simulação de labirinto em um contexto do curso de Ciência da Computação desenvolvido em Haskell e Prolog