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.
- GitHub: https://github.com/topics/maze
- Wikipedia: https://en.wikipedia.org/wiki/Maze
- Related Topics: algorithm, game, pathfinding, search,
- Aliases: mazes, maze-algorithms, maze-generator, maze-solver, maze-generation, maze-generation-algorithms, maze-solving-algorithms, maze-creation, maze-solving,
- Last updated: 2025-04-22 00:17:45 UTC
- JSON Representation
https://github.com/jeffrine/maze-generator
A tool for generating mazes in godot using the Randomized depth-first search or Recursive backtracker algorithm
browser godot itchio maze puzzle randomized-depth-first-search recursive-backtracker
Last synced: 03 Mar 2025
https://github.com/martina-pauer/pauer-lab
Un generador aleatorio de laberintos que puede guardar o no los resultados a un nombre de arhcivo que reciba de parametro ejecutando script desde terminal.
aleatorio generador-de-laberinto laberinto linux maze maze-generator python random
Last synced: 22 Apr 2025
https://github.com/chriskonnertz/mazegen
Kotlin maze generator console application - weekend project, ugly code!
generator kotlin learning maze
Last synced: 16 Mar 2025
https://github.com/zeroonedev01/nusantech-backendtest1
Nusantech backend test1
javascript maze pattern spiral
Last synced: 12 Mar 2025
https://github.com/bigoh1/maze.cpp
A visualiser for generating and solving mazes
cpp generating-mazes graph maze solving-mazes visualiser
Last synced: 22 Mar 2025
https://github.com/arceryz/mazerunner
2D Maze editor using Raylib and ImGui. Features convenient junction placement, naming, moving aswell as tagging of positions. Export to JSON for use in games.
cpp editor game-development gametools imgui maze maze-creation maze-explorer maze-generator raylib tools
Last synced: 25 Nov 2024
https://github.com/kaixtr/labirinto
Projeto de algoritmo de labirinto programado para a matéria de Teoria dos autômatos do curso de Ciência da Computação na Universidade do Distrito Federal, em 2025.
Last synced: 01 Apr 2025
https://github.com/quantum-0/mazegenerator
Визуализация алгоритма генерации лабиринта
csharp maze maze-creation maze-generation-algorithms maze-generator
Last synced: 23 Feb 2025
https://github.com/tanguysoto/themaze
First person escape game inside a giant 3D maze :video_game:
3d game maze procedural-generation unity
Last synced: 01 Apr 2025
https://github.com/en10/mazejs
Maze in JS Canvas
maze maze-solver png png-decoder
Last synced: 27 Mar 2025
https://github.com/rluvaton/maze
Maze in Java
java maze maze-generator maze-solver
Last synced: 01 Apr 2025
https://github.com/jayllyz/labyrinth-game
TCP Client / Server labyrinth game.
maze multithreading tcp-client-server
Last synced: 14 Mar 2025
https://github.com/cfrankb/cs3_rp2040_pico
Port of an MS-DOS Game to the RP-2040/Pico using the ILI9341 lcd and a joystick module.
game game-development game-engine gamedev ili9341 joystick maze maze-game msdos pico rp2040 rp2040-zero tilemap
Last synced: 12 Mar 2025
https://github.com/nebuxadnezzar/take-home-assignments
take home interview coding assignments
alpaca coding coding-challenge coding-interviews esusu full-text-search golang-examples interview kyriba lottery lottery-draw maze maze-traversal meme meme-generator micro-1
Last synced: 12 Apr 2025
https://github.com/pablovilchez/42-cub3d
A simple 3D game engine using raycasting techniques to render a maze.
3d-engine 42-school c game-development graphics maze raycasting
Last synced: 14 Mar 2025
https://github.com/irurus/the-elder-maze
The Elder Maze is a student project in C++ where you descend deeper into a dungeon, floor by floor, defeating enemies. It features endless gameplay with character progression and increasingly challengingenemy levels, all presented in pseudo-3D graphics. The game is currently in development.
c cli cpp dungeon-crawler-game game maze pseudo-3d-game terminal-game
Last synced: 23 Apr 2025
https://github.com/awass04/rat-maze-dfs-algorithm-
A DFS algorithm designed to solve a maze.
csharp dfs dfs-algorithm dfs-algorithms dfs-visualization maze maze-algorithms maze-solver rat stack stacks
Last synced: 27 Nov 2024
https://github.com/ragnaroek/libmaze
rust library for maze generation and statistics
labyrinth labyrinth-generation maze maze-generator
Last synced: 06 Apr 2025
https://github.com/danmadeira/labirinto
Modelo SVG para labirinto 3D
3d 3d-graphics 3d-maze labirinto maze svg
Last synced: 25 Feb 2025
https://github.com/poeschl/pixelmaze
A maze drawer for the pixelflut protocol.
maze pixelflut pixelflut-client
Last synced: 17 Mar 2025
https://github.com/marianpekar/maze-escape
A minimalistic console game
astar-algorithm console-game cplusplus cpp fbm fractal-brownian-motion game maze maze-generation-algorithms maze-generator perlin perlin-noise recursive-backtracker recursive-backtracking-algorithm winapi
Last synced: 24 Feb 2025
https://github.com/aggrathon/amazealgorithm
A maze generator for creating interesting mazes
labyrinth labyrinth-generation maze maze-algorithms maze-generator rust rust-lang
Last synced: 16 Mar 2025
https://github.com/chrisvilches/pokemon-maze-part-ii
An algorithm that solves the ice field puzzle that appears in Pokemon games.
algorithm maze pathfinding shortest-path-algorithm
Last synced: 16 Mar 2025
https://github.com/lclpyt/maze-lib
Maze generation library for Java
java library maze maze-generator
Last synced: 22 Mar 2025
https://github.com/peterperhac/maze-walker
3D Maze game with Three.js
game game-development maze threejs threejs-example
Last synced: 06 Apr 2025
https://github.com/devmasen/maze-solver
C program (command line interface) for create and solve a maze
Last synced: 24 Feb 2025
https://github.com/leytox/maze
Course work. C++ Linux maze generation and solving program
cpp maze maze-generator maze-solver
Last synced: 14 Mar 2025
https://github.com/mountpotato/maze-solver-visual
a visualized simple maze solver program(python=3.7.9,pygame=1.9.6),showing multiple pathfinding algorithms' solving process of a random-generated maze.(realizations of some other pathfinding algorithm remained to be added)
Last synced: 14 Apr 2025
https://github.com/cantaro86/maze-3d
C++ program that solves the maze in 3D
Last synced: 25 Feb 2025
https://github.com/keller-michael/random_maze_generator
random maze generator
Last synced: 25 Feb 2025
https://github.com/kunalthakur204/daa
Dive into an exciting maze adventure! 🔥 Navigate randomly generated puzzles, dodge obstacles, and reach the goal. Simple controls, endless fun, and challenging twists await. Are you ready to escape? 🏆🌀
importliberies maze mazegame pygame python3 tkinter tkinter-graphic-interface tkinter-python
Last synced: 09 Apr 2025
https://github.com/loloof64/escapethemaze
Escape the maze, on your mobile
2d-game 3d-game demo-app expo-cli maze maze-generator react-native
Last synced: 25 Mar 2025
https://github.com/pumpedsardines/maze-generation
A demonstration of maze generation in TypeScript. You can check it out live
algorithm maze typescript webpack
Last synced: 18 Mar 2025
https://github.com/klihe/sonicbot
This is my little project with Arduino and some ultrasonic sensors. It was an idea from my friend @Vaseksch and we want to race each other in the maze.
arduino dcmotors maze ultrasonic-sensor
Last synced: 06 Apr 2025
https://github.com/sachinsagrawal/nrc-maze-robot-tutorial
A tutorial to build a robot for the National Robotics Challenge's Robot Maze contest.
3d-print c-plus-plus instructions maze nrc robot tutorial
Last synced: 18 Mar 2025
https://github.com/elyeandre/simple-maze-game
This project is a Java-based maze game inspired by Nitrome's "Bad Ice Cream."
badicecream game game-development gamemadewithjava java java-game java-game-development javagame maze maze-game mazegame simple-game
Last synced: 21 Mar 2025
https://github.com/davdag/csharp_animated_mazecreator
An Animated Maze creator made in C# with SFML.NET
csharp csharp-game csharp-generator dfs dfs-algorithm maze maze-creation maze-generator netcore3 sfml sfml-game sfml-net
Last synced: 27 Feb 2025
https://github.com/iagolirapasssos/labirinto-educativo
With the Educational Maze, users can drag and drop command blocks to create sequences that direct the car's movement in the maze.
educacao labirinto labirinto-programacao linguagem-blocos maze maze-generator maze-solver programacao
Last synced: 24 Feb 2025
https://github.com/deshrike/pymaze
Generate and solve a maze
maze maze-generation-algorithms maze-solver python
Last synced: 29 Mar 2025
https://github.com/haydend100/mazesolver
This program randomly generates a maze and then solves that maze using A* pathfinding algorithm
astar astar-algorithm astar-pathfinding astar-search astar-search-algorithm cpp maze maze-algorithms maze-generation-algorithms maze-generator maze-solver prims-algorithm prims-implementation randomized-prim-algorithm
Last synced: 20 Feb 2025
https://github.com/everie/Gem-TD-Maze-Builder
Gem Tower Defence Maze Builder
Last synced: 11 Mar 2025
https://github.com/joyrider3774/mazethingie_vircon32
My Mazethingie game which is a maze generator / player for the Vircon32 fantasy console
Last synced: 29 Mar 2025
https://github.com/gareththegeek/maze
A game for the DIY gamer kit
arduino diy-gamer-kit maze prim-algorithm
Last synced: 21 Mar 2025
https://github.com/awass04/rat-maze-dfs-algorithm
A DFS algorithm designed to solve a maze.
csharp dfs dfs-algorithm dfs-algorithms dfs-visualization maze maze-algorithms maze-solver rat stack stacks
Last synced: 16 Mar 2025
https://github.com/hamolicious/maze
A Maze generator, solver and "game" written in Python 3.8 and PyGame.
gui maze maze-generation-algorithms maze-generator pygame python python38
Last synced: 24 Feb 2025
https://github.com/swashvirus/mazegeneratorsolver
maze generator solver and render using JavaScript and HTML5 canvas for rendering
maze maze-algorithms maze-generation-algorithms maze-generator maze-solver mazes
Last synced: 01 Mar 2025
https://github.com/insooeric/2d-maze-game
2D Maze escaping game built with Java. Escape the maze as fast as possible!
game java maze simple-game visual-studio-code
Last synced: 29 Mar 2025
https://github.com/mrmorais/c-eleste
Um jogo da cobrinha autônomo com algoritmo de backtracking
backtracking-algorithm maze snake-game solving-games
Last synced: 21 Feb 2025
https://github.com/t0ny4/mazeball
Roll a ball through a 3D maze in your web browser. (A modern re-implementation of Astray)
0bsd 3d astray ball eslint first-person javascript maze planck third-person three-js threejs vite
Last synced: 21 Feb 2025
https://github.com/naemazam/the-maze
The Maze is a single-player brain games.
html-css-javascript javascript maze maze-game naemazam
Last synced: 04 Mar 2025
https://github.com/qwaserbar/githubmazegame1
This is a simple maze game hosted on github pages
Last synced: 23 Feb 2025
https://github.com/themarlboroman/java-maze
Quick port of the js-maze to Java
Last synced: 28 Feb 2025
https://github.com/dowscope/maze
Unity3D Maze game
csharp first-person-shooter fun maze maze-game maze-generation-algorithms maze-generator unity unity3d
Last synced: 04 Mar 2025
https://github.com/f-corvaro/cub3d
"Explore immersive 3D environments with cub3d, your ultimate raycasting engine."
3d 42 42project c computer-graphics cub3d cub3d-42 educational educational-project game-engine graphics linux maze minilibx raycasting rendering
Last synced: 12 Mar 2025
https://github.com/israel-charles/gui-dynamic-maze-solver
Java-based GUI application that solves mazes using backtracking algorithm. It visualizes the maze-solving process in real-time, highlighting the current path, backtracking steps, and teleportation through portals. The application effectively demonstrates pathfinding algorithms by marking visited cells, backtracking paths, and portal usage.
backtracking backtracking-algorithm dynamic-programming java java-swing maze maze-solver
Last synced: 11 Mar 2025
https://github.com/james-p-d/maze
Maze Generation and Solving in Python
bfs breadth-first-search depth-first-search dfs maze maze-generator maze-solver python python3
Last synced: 11 Mar 2025
https://github.com/drilonaliu/lost-in-qr-code-unity-game
A game built with Unity for DokuTech's GameJam 2022 event with the theme : "My Face Is Not A Barcode".
Last synced: 21 Mar 2025
https://github.com/mbourmaud/ruby-mazegame
A small Maze Game in Ruby. The user needs to find the treasure by moving through doors. When an ennemy attacks, he needs to beat him at a rock-paper-scissors game.
maze maze-game maze-generator ruby ruby-application
Last synced: 23 Feb 2025
https://github.com/okayama-daiki/toy-box
A collection of small, simple, fun applications
Last synced: 17 Mar 2025
https://github.com/endygamedev/maze
:bricks: Maze solver or pathfinding algorithm.
astar-algorithm astar-pathfinding maze maze-generator maze-solver pathfinding
Last synced: 22 Feb 2025
https://github.com/mostafagalal1/maze_generator
Program to generate mazes with various sizes using DFS algorithm with a random manner in choosing paths
dfs-algorithm games maze maze-generator
Last synced: 17 Mar 2025
https://github.com/joshuainovero/maze-image-generator
MazeImage++ is a library for C++ that allows you to generate maze images.
image image-generator image-processing maze recursive-backtracking-algorithm
Last synced: 03 Mar 2025
https://github.com/gnu11111/gridz
gridZ - whatever it may become
game korge kotlin maze multiplatform speedrunner
Last synced: 03 Apr 2025
https://github.com/igi-111/mazer
backtracking maze generator
backtracking maze maze-generator rust
Last synced: 13 Apr 2025
https://github.com/anshuthopsee/maze-generator
A visualising tool for maze generation built with react. Recursive Backtracker and Kruskal's Algorithm used.
kruskal kruskals-algorithm material-ui maze maze-algorithms maze-generator maze-visualization react recursive-algorithm recursive-backtracker recursive-backtracking recursive-backtracking-algorithm
Last synced: 01 Apr 2025
https://github.com/anshuthopsee/maze-game
A simple maze game that implements randomized depth-first search to generate the maze. Built with React.
maze maze-generator randomized-depth-first-search traversal
Last synced: 01 Apr 2025
https://github.com/barabadzhi/shri-maze
Maze solver
algorithms exercise javascript maze shri
Last synced: 03 Apr 2025
https://github.com/wvanlit/mazegenerator
A C# project about generating different types of mazes and solving them. Based on "Mazes for Programmers" by Jamis Buck.
csharp maze maze-generator maze-solver
Last synced: 23 Feb 2025
https://github.com/joao-conde/feup-lpoo-dungeon
Repository to host the first Object Oriented Programming Laboratory project, a second year course @FEUP
feup feup-lpoo game java lpoo maze object-oriented object-oriented-programming
Last synced: 02 Mar 2025
https://github.com/pgmrdohan/sdl2_mazerunner
MazeRunner developed on C with SDL2 is used to study algorithms like DFS, BFS, A* and etc.
algorithms generator maze sdl2 solver
Last synced: 24 Feb 2025
https://github.com/jabolol/labyrinthia
Blazingly fast maze solver and generator implementing the A* and BFS algorithms for solving and creation, respectively.
Last synced: 21 Mar 2025
https://github.com/wouterraateland/gyro-maze
Maze using device orientation for movement.
canvas device-orientation maze react
Last synced: 21 Feb 2025
https://github.com/niklasei/bevy_maze
A maze generator written in Rust using the game engine Bevy
Last synced: 04 Apr 2025
https://github.com/mielek/maze-solver
The maze solver is a demonstration application which solves maze (labyrinth).
Last synced: 10 Apr 2025
https://github.com/akihiko47/pathfinder
breadth-first search demonstration and maze generator
breadth-first-search maze python visualization
Last synced: 12 Apr 2025
https://github.com/arda-guler/soundscapematrices
Positional audio based pathfinding game.
audio-based game maze maze-game positional-audio prototype pygame sound sound-based
Last synced: 01 Mar 2025
https://github.com/mohhasan1/algo-maze
Play with mazes and watch BFS and DFS in action! Drag nodes, customize grids, and explore algorithms in a fun way. Works on desktop and iPad (phones coming soon!). More features on the way! 🎉
html-css-javascript maze maze-algorithms maze-creation maze-explorer maze-game maze-generator maze-solver react zus
Last synced: 15 Mar 2025