Menu

Tree [10b7ca] master /
 History

HTTPS access


File Date Author Commit
 src 2020-10-26 Jeremy Wakeman cael@castenwydden Jeremy Wakeman cael@castenwydden [773214] moved most functionality out of fn main; added ...
 .gitignore 2020-10-22 Jeremy Wakeman cael@castenwydden Jeremy Wakeman cael@castenwydden [2994ff] added .gitignore to ignore target dir
 Cargo.lock 2020-10-26 Jeremy Wakeman cael@castenwydden Jeremy Wakeman cael@castenwydden [10b7ca] added changes document
 Cargo.toml 2020-10-26 Jeremy Wakeman cael@castenwydden Jeremy Wakeman cael@castenwydden [a5ad70] updated version information
 LICENSE.md 2020-10-22 Jeremy Wakeman cael@castenwydden Jeremy Wakeman cael@castenwydden [393f86] added README.md and LICENSE.md
 README.md 2020-10-24 Jeremy Wakeman cael@castenwydden Jeremy Wakeman cael@castenwydden [a826af] changed typo in README.md
 changes 2020-10-26 Jeremy Wakeman cael@castenwydden Jeremy Wakeman cael@castenwydden [10b7ca] added changes document
 rush.txt 2020-10-22 Jeremy Wakeman cael@castenwydden Jeremy Wakeman cael@castenwydden [b870a3] initial commit
 rush1000.txt 2020-10-22 Jeremy Wakeman cael@castenwydden Jeremy Wakeman cael@castenwydden [b870a3] initial commit

Read Me

RustRush

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.

Installation

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

Usage

Run rush -h for usage information.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.