Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.33 KB

readme.md

File metadata and controls

39 lines (29 loc) · 1.33 KB
rock

Rock Paper Scissors

Rock Paper Scissors showdown against the computer. Classic fun in your command line

About The Project

Screenshot 2024-01-10 at 11 46 39

Rock Paper Scissors against the computer is a classic game where you face off against a virtual opponent. You choose between rock, paper, and scissors, and the computer does the same. The winner is determined based on the rules: rock crushes scissors, scissors cuts paper, and paper covers rock. It's a simple yet entertaining game of chance!

Built With

Installation

  1. Clone the repo:
    git clone https://github.com/ivbutsykin/rock-paper-scissors-cli.git
  2. Install NPM packages:
    npm install

Usage

Execute the command:

rock-paper-scissors-cli

Screen Recording 2024-01-10 at 12 00 01