/mazes

🍭 A program for generating mazes.

Primary LanguageRust

mazes

🍭 A program for generating mazes.

screenshot

Description

A simple program that uses a randomized version of Prim's algorithm to generate mazes.

Tested On

  • Windows 8.1
  • NVIDIA GeForce GT 750M
  • Rust compiler version 1.38.0-nightly (nightly may not be required)

To Build

  1. Clone this repo.
  2. Make sure 🦀 Rust installed and cargo is in your PATH.
  3. Inside the repo, run: cargo build --release.

To Use

Run the executable!

To Do

  • Add CLI

License

Creative Commons Attribution 4.0 International License