Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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