This is a simple command-line game of Rock Paper Scissor implemented in Rust. The game allows the user to play against the computer and keeps track of the scores.
- Rust
- Dialoguer: Used for user interaction and input handling.
- Rand: Used to generate random numbers for computer choices.
-
Clone the repo.
$ git clone https://github.com/YousefAldabbas/rock-paper-scissors.git $ cd rock-paper-scissor
-
Install dependencies
$ cargo install
-
Build the project
$ cargo build
-
Run the game
$ cargo run