https://github.com/xermicus/mazes
https://github.com/xermicus/mazes
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xermicus/mazes
- Owner: xermicus
- Created: 2021-04-22T14:17:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T14:18:02.000Z (about 5 years ago)
- Last Synced: 2025-02-24T13:23:47.646Z (over 1 year ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mazes
Mazes for fun and profit.

Algorithms implemented so far:
* [x] BinaryTree
* [x] SideWinder
# Building
* Use `nightly` toolchain
* Use `cargo run --features bevy/dynamic` for fast incremental compilation