A simple Rock, Paper, Scissors game against the computer. Winner is determined from best out of 5 games.
Install the Rust programming language here.
Use Rust's tool cargo
to build the project:
cd rust-rock-paper-scissors
cargo build
This will create the target
folder with your built target/debug/rock_paper_scissors.exe
file.
Run this to play the game!