Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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-01-01 00:17:00 UTC
- JSON Representation
https://github.com/newlandtv/unity-3d-game-projects
My 3D Games with Unity Engine!
3d games maze snake-game sudoku tic-tac-toe unity
Last synced: 20 Nov 2024
https://github.com/ragnaroek/libmaze
rust library for maze generation and statistics
labyrinth labyrinth-generation maze maze-generator
Last synced: 20 Dec 2024
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: 18 Nov 2024
https://github.com/niklasei/bevy_maze
A maze generator written in Rust using the game engine Bevy
Last synced: 17 Dec 2024
https://github.com/12joan/mouse_trapped
A 2D browser-based game about a mouse trapped in a seemingly endless set of mazes.
game javascript maze mouse phaser young-game-designers
Last synced: 13 Dec 2024
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: 05 Jan 2025
https://github.com/qwaserbar/githubmazegame1
This is a simple maze game hosted on github pages
Last synced: 04 Jan 2025
https://github.com/peterperhac/maze-walker
3D Maze game with Three.js
game game-development maze threejs threejs-example
Last synced: 20 Dec 2024
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/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: 10 Nov 2024
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: 22 Nov 2024
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: 22 Nov 2024
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: 14 Dec 2024
https://github.com/artinmohajeri/maze-runner-python
game game-development maze maze-game maze-runner pygame pygame-games pygame-library python python3
Last synced: 02 Dec 2024
https://github.com/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.
backtracking backtracking-algorithm cpp maze maze-algorithms maze-generator maze-solver mazes mazesolver random random-generation recursive
Last synced: 15 Nov 2024
https://github.com/aleksibovellan/python-a-star-maze-solver
Python Maze Solver using A* Algorithm with Strict Movement Constraints
a-star a-star-algorithm a-star-path-finding ai astar astar-pathfinding euclidean euclidean-distances heuristic heuristic-algorithm heuristics labyrinth labyrinth-solver matplotlib maze maze-algorithms maze-solver maze-solving python python3
Last synced: 26 Nov 2024
https://github.com/barabadzhi/shri-maze
Maze solver
algorithms exercise javascript maze shri
Last synced: 15 Dec 2024
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: 26 Nov 2024
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/mielek/maze-solver
The maze solver is a demonstration application which solves maze (labyrinth).
Last synced: 24 Dec 2024
https://github.com/chriskonnertz/mazegen
Kotlin maze generator console application - weekend project, ugly code!
generator kotlin learning maze
Last synced: 22 Nov 2024
https://github.com/quantum-0/mazegenerator
Визуализация алгоритма генерации лабиринта
csharp maze maze-creation maze-generation-algorithms maze-generator
Last synced: 05 Jan 2025
https://github.com/gareththegeek/maze
A game for the DIY gamer kit
arduino diy-gamer-kit maze prim-algorithm
Last synced: 28 Nov 2024
https://github.com/philippemarcmeyer/mazegame
An old 2d maze game
2d canvas javascript legacy-code maze maze-game maze-generator maze-solver
Last synced: 03 Dec 2024
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: 03 Dec 2024
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: 02 Jan 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: 28 Nov 2024
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: 14 Dec 2024
https://github.com/rluvaton/maze
Maze in Java
java maze maze-generator maze-solver
Last synced: 14 Dec 2024
https://github.com/schwabnicolas/labyrinth
A Prim's maze generation algorithm and recursive backtracker implementation in C#.
csharp maze maze-generation-algorithms maze-generator maze-solver wpf
Last synced: 23 Nov 2024
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: 17 Oct 2024
https://github.com/superb-man/pacman
Classic Pacman game remake with 3 levels for each of the 10 mazes!Added fireball releasing and hiding features!!Hope you enjoy😁
2d c cpp game igraphics-project maze open-gl x-33
Last synced: 14 Nov 2024
https://github.com/cantaro86/maze-3d
C++ program that solves the maze in 3D
Last synced: 10 Nov 2024
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: 09 Nov 2024
https://github.com/omiyagames/prototype-munch
Protoype: Munch is an experiment with second-person camera and controls. The game is played from the perspective of an NPC that follows around a teddy bear you control. Navigate through the maze, and make it to the goal!
1gam game game-jam gamejam maze unity unity-3d unity-3d-game unity3d unity3d-games
Last synced: 10 Nov 2024
https://github.com/aashviktyagi/zippermau5
マイクロマウス
cpp fast maze maze-algorithms maze-solver micromouse n20 platformio robot robotics teensy teensy41
Last synced: 09 Oct 2024
https://github.com/antonvagabond/maze
Operation and functionality of two mazes.
matplotlib maze pillow python python3
Last synced: 10 Nov 2024
https://github.com/danmadeira/labirinto
Modelo SVG para labirinto 3D
3d 3d-graphics 3d-maze labirinto maze svg
Last synced: 10 Nov 2024
https://github.com/themarlboroman/java-maze
Quick port of the js-maze to Java
Last synced: 12 Nov 2024
https://github.com/endygamedev/maze
:bricks: Maze solver or pathfinding algorithm.
astar-algorithm astar-pathfinding maze maze-generator maze-solver pathfinding
Last synced: 03 Jan 2025
https://github.com/sandyyyzheng/mouse-maze
Freshman Data Structure Course Project
course-project data-structures dfs java maven maze maze-game
Last synced: 11 Nov 2024
https://github.com/bigoh1/maze.cpp
A visualiser for generating and solving mazes
cpp generating-mazes graph maze solving-mazes visualiser
Last synced: 29 Nov 2024
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: 14 Nov 2024
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: 12 Nov 2024
https://github.com/keller-michael/random_maze_generator
random maze generator
Last synced: 10 Nov 2024
https://github.com/questiowo/daedalus
A maze generating and rendering program using recursive backtracking written in Sigma16
assembly maze maze-algorithms maze-generation maze-generation-algorithms maze-generator recursive-algorithm recursive-backtracking-algorithm sigma16
Last synced: 11 Nov 2024
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: 11 Nov 2024
https://github.com/haroldo-ok/3d-alien-maze
A first person horror game for the Sega Master System
8bit first-person maze retro-game sega-master-system z80
Last synced: 03 Dec 2024
https://github.com/rabestro/jetbrains-academy-maze-runner
Mazes are amazing: keep running, find the exit if you can! If you are not too happy about getting stuck in the actual maze, you can entertain yourself with a virtual one. In this project, you will write a program that generates mazes and looks for a way out.
bitset graph-algorithms jetbrains-academy maze maze-algorithms maze-generator maze-solver queue student-project
Last synced: 28 Dec 2024