RustRush Code
Game displayer for Rush Hour written in Rust
Status: Beta
Brought to you by:
jeremywakeman
RustRush Copyright (C) 2020 Jeremy Wakeman
RustRush is a simple program that displays Rush Hour games in a command line interface (CLI).
It is available on Sourceforge at https://sourceforge.net/projects/rustrush/
More information about Rush Hour is available at wikipedia at https://en.wikipedia.org/wiki/Rush_Hour_(puzzle)
The rush.txt database of games is Copyright (C) Michael Fogleman. See LICENSE.md file for more information.
You will need cargo to compile. In the rustrush directory, run cargo build with the release flag and copy the files as shown.
cargo build --release
sudo mkdir -p /usr/local/share/rush
sudo cp rush.txt /usr/local/share/rush
sudo cp target/release/rush /usr/local/bin
Run rush -h for usage information.