/rps-game

As a frequent games player I would like to play rock, paper, scissors so that I can waste an hour of my day having fun.

Primary LanguageJavaScriptMIT LicenseMIT

Rock, Paper, Scissors

As a frequent games player I would like to play rock, paper, scissors so that I can waste an hour of my day having fun.

Example

Live Demo

Instructions

First clone repository.

$ git clone https://github.com/byAhmadAli/rps-game.git

Change the directory.

$ cd rps-game

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ npm install

Run it

$ npm run start

Listen too http://localhost:8080/

Libraries dependencies links

TO-DO

  • Boot Vs. Boot
  • Human Vs. Boot
  • Human Vs. Human real-time
  • Popups animation
  • Enhancement on UI

License

This project is under the MIT license.