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
- Host: GitHub
- URL: https://github.com/macpli/rock-paper-scissors
- Owner: macpli
- Created: 2023-07-29T12:19:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T16:40:58.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T11:17:18.172Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://macpli.github.io/rock-paper-scissors/
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 (?)