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.
- Host: GitHub
- URL: https://github.com/rhw-repo/rock-scissors-paper
- Owner: rhw-repo
- Created: 2022-01-05T18:47:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T14:15:08.000Z (over 1 year ago)
- Last Synced: 2025-06-13T03:46:46.404Z (15 days ago)
- Topics: css, css3, css3-animations, css3-flexbox, font-awesome, html5, javascript, javascript-dom-game, javascript-dom-manipulation, javascript-event-listener
- Language: JavaScript
- Homepage:
- Size: 3.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.