This is the implementation of the game described in the Rust Book.
First install Rust. There is a guide to installing Rust here.
I keep the install script in my install repro under linux/rust.bash.
Use the command cargo build
to build the project.
Use the command cargo run
to execute.