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-31 00:18:01 UTC
- JSON Representation
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
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: 23 Jan 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: 17 Oct 2024
https://github.com/sandyyyzheng/mouse-maze
Freshman Data Structure Course Project
course-project data-structures dfs java maven maze maze-game
Last synced: 09 Jan 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: 02 Jan 2025
https://github.com/aykrimino/pathfinding-visualizer
A Python-based pathfinding visualizer built with Pygame. It demonstrates search algorithms like BFS, DFS, and A*.
ai ai-search-algorithms algorithms animations astar-algorithm bfs-algorithm dfs-algorithm maze maze-visualization pathfinding-algorithms pathfinding-visualizer pip pygame python python3 searching-algorithms
Last synced: 29 Jan 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: 19 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/jabolol/labyrinthia
Blazingly fast maze solver and generator implementing the A* and BFS algorithms for solving and creation, respectively.
Last synced: 26 Jan 2025
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 Jan 2025
https://github.com/jockets/maze-runner
Use this Bash script to navigate out of a maze!
Last synced: 29 Jan 2025
https://github.com/themarlboroman/java-maze
Quick port of the js-maze to Java
Last synced: 11 Jan 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/barabadzhi/shri-maze
Maze solver
algorithms exercise javascript maze shri
Last synced: 15 Dec 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/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: 19 Dec 2024
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: 18 Jan 2025
https://github.com/poeschl/pixelmaze
A maze drawer for the pixelflut protocol.
maze pixelflut pixelflut-client
Last synced: 24 Jan 2025
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/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/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: 05 Jan 2025
https://github.com/mathusanm6/amaze-voice-lab
The goal of this research project is to be able to control the movements of characters in a Maze game using real-time voice commands such as saying out loud Up, Down, Left or Right.
asr automatic-speech-recognition game java maze research speaker-diarization speaker-recognition voice-recognition
Last synced: 13 Dec 2024
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: 18 Jan 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: 12 Jan 2025
https://github.com/gnu11111/gridz
gridZ - whatever it may become
game korge kotlin maze multiplatform speedrunner
Last synced: 16 Dec 2024
https://github.com/alessiochen/random-maze-solver
This repository hosts a C++ implementation of a Random Maze Solver that utilizes the OpenMP multi-threading API for parallelization. The project aims to evaluate and compare the performance of sequential and parallel programs in solving randomly generated mazes.
maze maze-solver openmp parallelprogramming unifi
Last synced: 05 Jan 2025
https://github.com/ernanej/smart-maze
A smart maze that generates a random board from user input and returns a possible output.
Last synced: 12 Dec 2024
https://github.com/huangbuyi/search-algorithm-animation-demo
A search algorithm animation demostration page made with vue3.
algorithms maze search-problems typescript vue3 vuejs
Last synced: 13 Jan 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: 24 Jan 2025
https://github.com/devvyyxyz/the-maze-project
Virus and anti-virus race to computer in the centre of the maze.
group-project maze open-source project python science
Last synced: 17 Dec 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: 10 Jan 2025
https://github.com/en10/mazejs
Maze in JS Canvas
maze maze-solver png png-decoder
Last synced: 05 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/zeroonedev01/nusantech-backendtest1
Nusantech backend test1
javascript maze pattern spiral
Last synced: 19 Jan 2025
https://github.com/everie/Gem-TD-Maze-Builder
Gem Tower Defence Maze Builder
Last synced: 23 Oct 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/okayama-daiki/toy-box
A collection of small, simple, fun applications
Last synced: 23 Jan 2025
https://github.com/lclpyt/maze-lib
Maze generation library for Java
java library maze maze-generator
Last synced: 27 Jan 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: 05 Jan 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: 14 Jan 2025
https://github.com/sebastianhaeni/swing-labyrinth
University project to solve the way out of a labyrinth in a Java Swing GUI
java labyrinth labyrinth-generation maze
Last synced: 14 Jan 2025
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: 13 Jan 2025
https://github.com/katahiromz/pillbugmaze
ダンゴムシの迷路(ダ迷路)
android-app android-application japanese maze maze-generator webview-app
Last synced: 12 Jan 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: 30 Jan 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: 31 Dec 2024
https://github.com/cantaro86/maze-3d
C++ program that solves the maze in 3D
Last synced: 07 Jan 2025
https://github.com/newlandtv/maze-bot
자바스크립트로 구현한 미로 디스코드 봇입니다.
discord-bot game js maze node-js
Last synced: 21 Jan 2025
https://github.com/keller-michael/random_maze_generator
random maze generator
Last synced: 07 Jan 2025
https://github.com/arturmareknowak/maze
Implementation of Maze game on STM32F429
Last synced: 22 Dec 2024
https://github.com/okwilkins/mazegeneration
Creates a random maze. Green -> Making new maze. Red -> Backtracking to find untouched maze.
algorithm html maze maze-generator maze-solver p5js web
Last synced: 21 Jan 2025
https://github.com/webdevleo/maze
A bunch of algorithms to generate mazes
algorithms labirint maze maze-algorithms maze-creation maze-generation-algorithms world-gen world-generator
Last synced: 21 Jan 2025
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/bigoh1/maze.cpp
A visualiser for generating and solving mazes
cpp generating-mazes graph maze solving-mazes visualiser
Last synced: 28 Jan 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: 07 Jan 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: 26 Jan 2025
https://github.com/danmadeira/labirinto
Modelo SVG para labirinto 3D
3d 3d-graphics 3d-maze labirinto maze svg
Last synced: 08 Jan 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: 14 Dec 2024
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: 20 Jan 2025
https://github.com/rluvaton/maze
Maze in Java
java maze maze-generator maze-solver
Last synced: 14 Dec 2024
https://github.com/aayes89/entombed
An approach to Entombed maze generator of Atari 2600
atari2600 entombed java maze maze-generator
Last synced: 28 Jan 2025
https://github.com/wouterraateland/gyro-maze
Maze using device orientation for movement.
canvas device-orientation maze react
Last synced: 01 Jan 2025