byAhmadAli / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

License:MIT License


Languages

Language:JavaScript 73.2%Language:CSS 25.3%Language:HTML 1.5%