TMaze

Simple multiplatform maze solving game for terminal written entirely in Rust

What it can do

Features

To do

How to run

How to build from source

  1. Make sure you have cargo installed
  2. Clone GitHub repository or download it as zip, then extract it
  3. Go to that folder
  4. Run cargo run --release to run
  5. Alternatively you can just build it with cargo build --release
  6. Compiled executable is in the folder ./target/release/

Other option is to just install it using cargo

  1. Make sure you have cargo installed
  2. Run cargo install --git https://github.com/ur-fault/TMaze.git tmaze
  3. If you want, make sure that ~/.cargo/bin is in the PATH and enjoy