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.
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/
- Boot Vs. Boot
- Human Vs. Boot
- Human Vs. Human real-time
- Popups animation
- Enhancement on UI
This project is under the MIT license.