Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwagner91/rock-paper-scissors-browser
Rock-paper-scissors game - The Odin Project
https://github.com/kwagner91/rock-paper-scissors-browser
browser-game games html-css javascript odin-project rock-paper-scissors
Last synced: 22 days ago
JSON representation
Rock-paper-scissors game - The Odin Project
- Host: GitHub
- URL: https://github.com/kwagner91/rock-paper-scissors-browser
- Owner: KWagner91
- Created: 2018-02-02T13:24:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T13:35:57.000Z (almost 7 years ago)
- Last Synced: 2024-11-12T01:21:01.770Z (3 months ago)
- Topics: browser-game, games, html-css, javascript, odin-project, rock-paper-scissors
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rock-paper-scissors Javascript Game playable in Browser
Rock-Paper-Scissors Javascript Game to be played in a browser. This project was part of the Odin Project Web101 course:
https://www.theodinproject.com/courses/web-development-101/lessons/dom-manipulation> Go back to your “Rock Paper Scissors” game from a previous lesson and give it a simple UI so that the player can play the game by clicking on buttons rather than typing their answer in a prompt.
## Specifications
This project was done following The Odin Project guideline. Additional elements where included to improve game experience:
- Clicking on images of Rock, Paper, Scissors instead of clicking buttons
- Responsive Design with Media Queries
- Flexbox design to imrpove UI designThe original Javascript console game can be found at https://github.com/KWagner91/rock-paper-scissors
### Start the Game by downloading all the files and opening index.html in any browser of your choice