A maze command written in Go
-
Updated
Mar 23, 2024 - Go
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 command written in Go
A program to create, solve and draw mazes in your terminal or in 2D/3D
Generate a maze using Prim's Algorithm
GoMaze is a simple maze generator and solver written in Go.
CLI Application generating a random maze
InfiniMaze is an infinite, persistent, procedurally generated, explorable maze! Based off of https://github.com/itchyny/maze but heavily modified to support this use case.
Program for creating mazes and finding the shortest path between two points
Go implementation of The Maze Project
Simple maze generator and solver.
2D Maze generator in Go
A collection of maze solving algorithms