Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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: 16 Jan 2025

https://github.com/edap/udk-2019-find-your-way-out

Creative Coding curse at Universität der Kunst Berlin.

maze openframeworks photogrammetry pointcloud terrain

Last synced: 20 Dec 2024

https://github.com/takaneichinose/dungeon-maze-puzzle

This is a simple maze or dungeon escape game, with its functionality made entirely in CSS.

8-bit 8bit aseprite css css-only css3 game game-development html html5 maze no-javascript pixel-art pug puzzle puzzle-game retro retrogaming sass scss

Last synced: 23 Dec 2024

https://github.com/stepanzh/10print

Generative art ideas around 10 PRINT algorithm.

10print ansi-art ansi-escape-codes cli generative-art maze maze-generator

Last synced: 23 Dec 2024

https://github.com/arthursudbrackibarra/trab2-alestii

Trabalho 2 de Algoritmos e Estruturas de Dados II.

graph java maze

Last synced: 27 Jan 2025

https://github.com/tfeldmann/maze

A maze generator written in rust.

maze maze-algorithms maze-generator rust

Last synced: 19 Dec 2024

https://github.com/zonetecde/maze-generator

Un générateur de labyrinthe selon l'algorithme de Wilson

algorithm csharp generator maze visual

Last synced: 03 Jan 2025

https://github.com/keller-michael/christmas_2021

🎄 help Santa to collect all the lost elves and christmas tree balls

christmas-fun fun maze sap-community

Last synced: 07 Jan 2025

https://github.com/marcpinet/maze-generator-and-solver

🌽 A simple maze generator and solver written in Python with Pygame. You can visualize many algorithms and see how they work.

algorithms maze maze-generator maze-solver pathfinding pygame python

Last synced: 23 Jan 2025

https://github.com/mklemmingen/space-mouse

3D cube maze solver with terminal-adjusted visualisation and a maze generator

game game-2d games maze maze-creation maze-explorer maze-game maze-generator maze-solver mazes

Last synced: 21 Jan 2025

https://github.com/lorem-ipsumm/maze-solving-and-generating

This is a program I've created that generates and solves mazes using DFS and Randomized Prim's Algorithm

depth-first-search jimp maze maze-generator maze-solver nodejs prime-numbers prims-algorithm

Last synced: 07 Dec 2024

https://github.com/abderrsfa/cub3d

Uses a map file to make a 3D maze game similar to the famous Wolfenstein 3D. Includes wall textures, sprites, player movement, etc.

1337 42born2code cub3d game maze ray-casting raycasting sprites textures

Last synced: 27 Dec 2024

https://github.com/vokungahrotlaas/sfml-maze

C++ program which creates and solves mazes.

cpp maze maze-generator maze-solver sfml

Last synced: 24 Dec 2024

https://github.com/henriquercampos/bot_at_random_maze

A random maze generation, with keys for the bot collect and unlock exit.

bot brazil brazilian csharp maze maze-generation study-project unity unity-scripts unity2d unity3d

Last synced: 03 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: 30 Jan 2025

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: 08 Jan 2025

https://github.com/ali-el-badry/huawei-java-assignment

A Maze Game by java that is done as a graduation project

assignme classes huawei items java-8 maze monster player

Last synced: 20 Jan 2025

https://github.com/serhatkacmaz/python-mazesolver

Maze solution with Python programming language

maze maze-algorithms maze-generator maze-solver

Last synced: 10 Jan 2025

https://github.com/we-gold/slam-maze-explorer

Autonomous agents collaboratively explore and escape a maze-like environment.

ai javascript maze slam swarm-intelligence

Last synced: 07 Jan 2025

https://github.com/henriquercampos/bot_in_random_maze

A random maze generation, with keys for the bot collect and unlock exit.

bot brazil brazilian csharp maze maze-generation study-project unity unity-scripts unity2d unity3d

Last synced: 21 Dec 2024

https://github.com/kazhuu/wasm-mazes

Generate mazes with Rust and WebAssembly purely on the frontend

maze maze-generator rust wasm webassembly

Last synced: 27 Dec 2024

https://github.com/dcoxall/maze

Rust CLI for maze generation

cli maze maze-generator

Last synced: 15 Jan 2025

https://github.com/tech-chad/mazepy-3d

First person pseudo 3D maze

3d first-person game maze pygame python python3 raycasting

Last synced: 12 Jan 2025

https://github.com/kenamick/the-bank-job

:video_game: An action game where you need to escape from a maze of rooms

action-game escape gamejolt html5-game maze phaserjs

Last synced: 15 Jan 2025

https://github.com/cfrankb/esp-idf-cs3

Remake of an MSDOS game for the ESP32 microcontroller using the ST7789 / ILI9341 LCD display and a joystick module.

button esp-idf esp32 game game-2d game-engine ili9341 joystick maze maze-game retro retrogaming st7789 tilemap

Last synced: 19 Jan 2025

https://github.com/hendriku/labsolve

A command line tool to solve labyrinths alias mazes.

algorithm bfs c escape greedy labyrinth maze

Last synced: 11 Dec 2024

https://github.com/daviamsilva/10-print-maze

An A* path finding algorythm to solve an 10 print maze

10print maze p5

Last synced: 21 Jan 2025

https://github.com/trigary/knossos

A minecraft plugin: a highly customizable dungeon/maze generator.

maze maze-algorithms maze-generation-algorithms maze-generator mazes minecraft minecraft-plugin spigot spigot-plugin

Last synced: 27 Jan 2025

https://github.com/we-gold/a-star-maze-race

Race the A* algorithm in a maze! Built using p5.js

astar astar-algorithm game maze maze-game maze-generator maze-solver p5js

Last synced: 07 Jan 2025

https://github.com/roboneet/3d-game

Collect shiny stones in a maze

coursework game maze threejs webgl

Last synced: 30 Jan 2025

https://github.com/kosumovicdenis/kosu-graph

Undirectional weighted graph for maze mapping

astar-algorithm astar-pathfinding graph mapping maze robotics-simulation

Last synced: 06 Jan 2025

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: 21 Jan 2025

https://github.com/falkirks/maze

Maze generator and renderer in Java

java maze

Last synced: 07 Jan 2025

https://github.com/orangomango/reflection

A laser maze game.

gamedev java javafx laser maze webfx

Last synced: 09 Jan 2025

https://github.com/joshuavandaele/a-mazeinc

A-Maze Inc is a text Maze made in Lua, you can edit every part of it and even create your own maps! It was a fun project to do.

custom customizable customization customize editable game game-development games lua maze

Last synced: 22 Dec 2024

https://github.com/exciteabletom/mazegenerator

Mazegenerator for black and white images

maze maze-generation mazes python

Last synced: 21 Nov 2024

https://github.com/jsmolka/hypermaze

Multidimensional mazes!

js maze threejs vue

Last synced: 22 Dec 2024

https://github.com/siddhant-k-code/maze-generator-bot

Generate Maze with the help of this bot !

bot css generator html js maze mazegenerator

Last synced: 27 Dec 2024

https://github.com/davisdude/maze

Create a maze

love2d lua maze maze-generator

Last synced: 27 Jan 2025

https://github.com/antonvagabond/maze

Operation and functionality of two mazes.

matplotlib maze numpy pillow python python3

Last synced: 08 Jan 2025

https://github.com/imvickykumar999/backtrack-maze

Backtrack DFS in Maze || Ursina Python Game || #imvickykumar999 https://youtu.be/BoFRICVqdms

2d backtracking dfs imvickykumar999 maze ursina

Last synced: 29 Jan 2025

https://github.com/noooway/bwimage_to_maze

Love2d game prototype that allows to use black-and-white image as a maze

game-development love2d maze prototype

Last synced: 27 Jan 2025

https://github.com/vinay0410/mazesolver

Solves Newspaper Like Mazes, while traversing provided markers ( checkpoints ) along the path

computer-vision maze maze-solver solve-mazes

Last synced: 16 Jan 2025

https://github.com/aionescu/maze-solver

High-performance maze solver written in Rust

maze maze-solver pathfinding rust

Last synced: 30 Jan 2025

https://github.com/cwjokaka/findpath

实现生成随机迷宫并自动寻路

find game javascript js maze

Last synced: 19 Jan 2025

https://github.com/jackkimmins/perplexity-a-maze-game

A Console-based Maze Game

csharp generator maze

Last synced: 01 Feb 2025

https://github.com/hncboy/mazegenerator

迷宫生成器 & 迷宫图片识别

generator java maze

Last synced: 28 Jan 2025

https://github.com/yassir-ai/maze-solving-algorithm

YEAR : 2021 , Maze-solving algorithm with C using djikstra algorithme and DFS algorithme

algorithm c dfs dfs-algorithm djikstra djikstra-algorithm graphics isima kruskal labyrinth maze programming project sdl sdl2

Last synced: 21 Dec 2024

https://github.com/ayaankhan98/algorithms-on-graphs

Self Learning Repository For Graph Algorithms

graph graph-algorithms maze

Last synced: 12 Dec 2024

https://github.com/hertzdevil/open-nono

Minesweeper maze clone from The Idolmaster Cinderella Girls: Starlight Stage

cinderella-girls idolmaster maze minesweeper starlight-stage

Last synced: 14 Dec 2024

https://github.com/rhdunn/maze-tileset

A tile set that can be used to render mazes.

maze tilesets

Last synced: 31 Jan 2025

https://github.com/farism/faris.im

My profile site

maze portfolio threejs

Last synced: 29 Dec 2024

https://github.com/senthuran16/spaceship-and-asteroids-b-specification

B specification of a very simple version of the old Spaceship & Asteroids arcade game, using Atelier B & ProB.

asteroids asteroids-game atelier-b b-language game maze pro-b reasoning spaceship

Last synced: 01 Jan 2025

https://github.com/rajdakin/maze

My first Lua game, a short maze game.

free-software game lua maze open-source opensource

Last synced: 20 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/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/mielek/maze-solver

The maze solver is a demonstration application which solves maze (labyrinth).

demo-app java maze solver

Last synced: 24 Dec 2024

https://github.com/bunji2/maze

maze (described in Japanese)

golang maze maze-generator

Last synced: 24 Dec 2024

https://github.com/okayama-daiki/toy-box

A collection of small, simple, fun applications

maze tower-of-hanoi toybox

Last synced: 23 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".

game-jam maze unity

Last synced: 26 Jan 2025

https://github.com/quantum-0/mazegenerator

Визуализация алгоритма генерации лабиринта

csharp maze maze-creation maze-generation-algorithms maze-generator

Last synced: 05 Jan 2025

https://github.com/wouterraateland/gyro-maze

Maze using device orientation for movement.

canvas device-orientation maze react

Last synced: 01 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/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/qwaserbar/githubmazegame1

This is a simple maze game hosted on github pages

game maze mazegame

Last synced: 04 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/themarlboroman/java-maze

Quick port of the js-maze to Java

generator java maze port

Last synced: 11 Jan 2025

https://github.com/0x8b/mazes

Maze generation experiments

maze mazes

Last synced: 24 Jan 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: 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/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/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/gareththegeek/maze

A game for the DIY gamer kit

arduino diy-gamer-kit maze prim-algorithm

Last synced: 26 Jan 2025

https://github.com/leytox/maze

Course work. C++ Linux maze generation and solving program

cpp maze maze-generator maze-solver

Last synced: 21 Jan 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: 14 Dec 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: 13 Jan 2025

https://github.com/aayes89/entombed2

An approach to Entombed game for Atari 2600

atari2600 entombed graphics java maze maze-game maze-generator maze-solver

Last synced: 28 Jan 2025

https://github.com/devmasen/maze-solver

C program (command line interface) for create and solve a maze

c-program maze maze-solver

Last synced: 06 Jan 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: 21 Jan 2025

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/pokkeyuri/pymaze

Python Maze Generator and Solver

maze maze-generator maze-solver python

Last synced: 13 Jan 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: 14 Jan 2025

Mazes Awesome Lists
Mazes Categories