Mazes are generated using randomized DFS(Depth First Search). After generation, BFS(Breadth First Search) runs from the start to end to find the longest path.
- Turned the project into a playable maze game
- Added movement with arrow keys (
↑,↓,←,→) - Added zoom controls with
+/-to resize the maze view - Improved terminal rendering with lipgloss
git clone https://github.com/ChamikaUluwatta/TerminalMaze.git
cd TerminalMaze
go mod tidy
go run main.go
