Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironedr/mazego
Maze solving in Go using DFS and BFS with Web- and Command Line Interface
https://github.com/ironedr/mazego
Last synced: 4 days ago
JSON representation
Maze solving in Go using DFS and BFS with Web- and Command Line Interface
- Host: GitHub
- URL: https://github.com/ironedr/mazego
- Owner: IroNEDR
- License: mit
- Created: 2023-12-28T00:35:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T18:41:55.000Z (about 1 year ago)
- Last Synced: 2025-01-18T08:36:26.848Z (15 days ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mazego - A maze generator and solver
Mazego is a maze generator and solver written in Go. It offers various maze generation and maze solving algorithms. It also offers a maze visualization tool.## Available Maze Generation Algorithms
- Use simple random sparse matrix as maze## Available Maze Solving Algorithms
- Depth First Search