algoprog/Laby
Maze generator, editor & solver in Java
This tool helps you design, create, and solve mazes. You can input custom maze layouts or generate new ones, then watch various artificial intelligence algorithms find the solution step-by-step. It's perfect for educators, students, or puzzle enthusiasts interested in visualizing how different search strategies navigate complex paths.
No commits in the last 6 months.
Use this if you want to visually experiment with different maze types and understand how various search algorithms find solutions.
Not ideal if you're looking for a simple maze game or a tool to generate mazes for complex commercial projects.
Stars
6
Forks
5
Language
Java
License
MIT
Last pushed
Dec 04, 2015
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/algoprog/Laby"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
StevenLyt/mapf-visualizer
A Multi-Agent Path Finding visualization website.
mahdirezaie336/GimmeButter
A servant robot trying to serve as fast as possible using A* algorithm.
Zhuagenborn/Chase-AI
🎮 An artificial intelligence game to demonstrate the A* pathfinding. The enemy will try to get...
thundergolfer/the-general-problem-solver
The General Problem Solver, AI's 'first' algorithm, written in multiple programming languages.
Adamouization/AI-Search-Flight-Route-Planner
:airplane: Flight route planning agent using classic AI search algorithms (A*, Best-First, DFS, BFS).