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

https://github.com/rhw-repo/rock-scissors-paper

JavaScript event listeners & DOM manipulation. Online interactive game of rock paper scissors. Layout with Flexbox, styling with CSS, structure with HTML.
https://github.com/rhw-repo/rock-scissors-paper

css css3 css3-animations css3-flexbox font-awesome html5 javascript javascript-dom-game javascript-dom-manipulation javascript-event-listener

Last synced: 2 days ago
JSON representation

JavaScript event listeners & DOM manipulation. Online interactive game of rock paper scissors. Layout with Flexbox, styling with CSS, structure with HTML.

Awesome Lists containing this project

README

        

Online game to play Rock, Paper, Scissors:
- Javascript event handlers & DOM manipulation
- Allows user to click on buttons to choose
Rock, Scissors or Paper against random choices by 'opponent'.
- Styling using CSS3, layout using Flexbox.
- Structure using HTML5.