Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alrammahi-mariia/rock-paper-scissors
A simple version of a classic "Rock Paper Sciccors game".
https://github.com/alrammahi-mariia/rock-paper-scissors
Last synced: 23 days ago
JSON representation
A simple version of a classic "Rock Paper Sciccors game".
- Host: GitHub
- URL: https://github.com/alrammahi-mariia/rock-paper-scissors
- Owner: alrammahi-mariia
- Created: 2024-04-24T09:06:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T07:22:29.000Z (9 months ago)
- Last Synced: 2024-11-14T01:29:46.105Z (3 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock paper scissors
A simple version of a classic Rock Paper Scissors game created as a practice project for Javascript Foundations course in the Odin Project https://www.theodinproject.com/.
A game is played in the console against the computer. A user is prompted by the browser to input either rock/paper/scissors. The whole game consists of 5 rounds and the final score is displayed in the end of the game.