Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 481 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 481 Bytes

Rust Rock Paper Scissors

A simple Rock, Paper, Scissors game against the computer. Winner is determined from best out of 5 games.

Installation

Install the Rust programming language here.

Building and Running

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!