Skip to content

YousefAldabbas/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissor Game

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.

Requirements

  • Rust
  • Dialoguer: Used for user interaction and input handling.
  • Rand: Used to generate random numbers for computer choices.

Set up instructions

  1. Clone the repo.

    $ git clone https://github.com/YousefAldabbas/rock-paper-scissors.git
    $ cd rock-paper-scissor
  2. Install dependencies

    $ cargo install
  3. Build the project

    $ cargo build
  4. Run the game

    $ cargo run

About

Rusty game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages