https://github.com/justjum/rock-paper-scissors
First Javascript Program
https://github.com/justjum/rock-paper-scissors
game javascript paper random rock scissors
Last synced: 8 months ago
JSON representation
First Javascript Program
- Host: GitHub
- URL: https://github.com/justjum/rock-paper-scissors
- Owner: justjum
- Created: 2023-07-12T09:28:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T12:03:54.000Z (over 1 year ago)
- Last Synced: 2025-01-31T04:08:03.736Z (over 1 year ago)
- Topics: game, javascript, paper, random, rock, scissors
- Language: JavaScript
- Homepage: https://justjum.github.io/rock-paper-scissors/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rock-paper-scissors
First Javascript Program
This was fun!
Got to play around with functions that called other functions, random number
generation (Math.floor(Math.random()* max number)) and compiling of scores.
Added UI later in the course...
Event listeners, callback functions, DOM manipulation.