rock-game

Stars
0

Rock Paper Scissors

Getting started.

Follow the steps below to setup this project on your machine.

  • clone this repository simply by typing the command below in your terminal
    git clone https://github.com/Caleb335/rock-game.git
  • move into the project directory.
    cd rock-game
  • For you to be able to run/utilize this project, you have to install all its dependencies.
    npm install
  • To the run project, type...
    npm start