TMaze

Simple multiplatform maze solving game for terminal written entirely in Rust

Crates.io

What's this

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 command cargo run --release to run (or you can just build it with cargo build --release without runing it)
  5. You can find compiled executable in the folder ./target/release/, which you can move or link somewhere else

Other option is to just install it using cargo

  1. Make sure you have cargo installed
  2. Run cargo install tmaze
  3. If you want, make sure that ~/.cargo/bin is in the PATH and enjoy