https://github.com/cdriehuys/mazes
https://github.com/cdriehuys/mazes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdriehuys/mazes
- Owner: cdriehuys
- Created: 2024-09-29T19:17:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T21:34:58.000Z (8 months ago)
- Last Synced: 2025-02-04T22:29:47.348Z (4 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Maze implementations following along with *"Mazes for Programmers" by Jamis
Buck*.# Examples
Demos of each maze type can be found in `./cmd/demos`, and are independently
executable. For example:```shell
go run ./cmd/demos/binary-tree
```