Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 design

The 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