https://github.com/tankengine-ish/rock_paper_scissors
Rock, Paper, Scissors game [personal project]
https://github.com/tankengine-ish/rock_paper_scissors
Last synced: over 1 year ago
JSON representation
Rock, Paper, Scissors game [personal project]
- Host: GitHub
- URL: https://github.com/tankengine-ish/rock_paper_scissors
- Owner: TankEngine-ish
- Created: 2023-05-24T16:46:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T14:01:16.000Z (over 2 years ago)
- Last Synced: 2023-11-11T15:11:20.793Z (over 2 years ago)
- Language: CSS
- Homepage:
- Size: 3.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock_Paper_Scissors
My first JavaScript Project!
In the first part of the project the game was played all inside the browser's console.
Things I've learned during the course of the project:
1. Disabling buttons.
2. Defining functions and then calling them inside another function.
3. Plenty more of CSS. My project is basically 50% CSS.
4. Working on a seperate branch. I was worried a bit when my commits weren't showing on the GitHub graph
when I worked on another branch, but after I merged it with main they all fell into place with the right dates and everything.
5. Plenty of other Javascript things which you only learn in practice, and not in theory.
6. Adding favicons.
7. The importance of margin:0;
padding:0;
Live preview:
https://tankengine-ish.github.io/Rock_Paper_Scissors/
Screengrab:
