Snake, but in the terminal.
- Rust toolchain (install from rustup.rs)
crosstermrand
- Clone the repository:
git clone https://github.com/bnjjo/rake.git
cd rake- Build and run:
cargo build --release && cargo run --release(Optional) Install to your PATH (note the dot at the end):
cargo install --path .or manually copy the binary:
sudo cp target/release/rake /usr/local/bin/and run!
rake cargo uninstall rake
sudo rm /usr/local/bin/rakeMIT

