2021-11-23 23:11:07 -03:00
2021-11-23 22:09:56 -03:00
2021-11-23 18:54:50 -03:00
2021-11-23 22:09:56 -03:00
2021-11-23 22:00:53 -03:00
2021-11-23 23:11:07 -03:00

Rock, Paper and Scissors CLI Game

Description

This is a rock, paper and scissors game working in console.

It work on Linux and (it is assumed) on Windows.

Dependencies

  • Git
  • npm
  • Inquirer.js
  • colors.js

How install?

Play game

  1. Clone the repo.

    git clone https://github.com/FranP-code/Rock-Paper-and-Scissors-CLI-Game.git
    
  2. Go to the project folder

    cd ./Rock-Paper-and-Scissors-CLI-Game
    
  3. Run it

    node ./index.js
    

    or...

    npm run game
    

I hope you enjoy it! 🙌

Description
No description provided
Readme 30 KiB
Languages
JavaScript 100%