An open API service indexing awesome lists of open source software.

https://github.com/macpli/rock-paper-scissors

A rock-paper-scissors game
https://github.com/macpli/rock-paper-scissors

Last synced: about 1 year ago
JSON representation

A rock-paper-scissors game

Awesome Lists containing this project

README

          

# rock-paper-scissors

Demo


## Description
Well-known rock paper scissors game replicated in JavaScript. My first JavaScript app with UI.

# Rules:
- Best of five (first to three points)
- Your choice vs randomly generated computer choice
- Based on real life game, rock beats scissors etc.

# State:
Finished (?)