A maze generator, solver and visualizer for Python
-
Updated
Apr 1, 2024 - Python
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.
A maze generator, solver and visualizer for Python
A Python library for creating and solving mazes.
🏰 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!
A depth-first search maze generation algorithm implemented with recursive backtracking
Automatic maze generator (DFS) and maze solver (A*, DFS, BFS) in python.
Generate and solve mazes using various algorithms
Maze generator, solver, and game in pure Python 🐍
A python maze generator and solver
Maze generator, solver and interactive game written in Python
AI model for making mazes that extends OpenAIs GPT2 model
A simple tkinter GUI for illustrating DFS and BFS.
Generate mazes and avatars with cellular automata
Using python with pygame package to visualize maze generating and some shortest path algorithm to find solution
Maze Solver built with python. Using DFS, BFS, Dijkstra, A* Star.
Here are some programs made with Python and JavaScript (p5.js) related to artificial intelligence.
A collection of maze generation algorithms
A selection of maze generators based on Mazes for Programmers by Jamis Buck. Written in Python. Exported as ASCII and SVG
Program to generate different kind of Mazes
Maze generator scripts for Minecraft.
An implementation of Maze generation algorithm in python using the game and GUI framework pygame.