https://github.com/mathdebate09/rock-paper-scissors
A basic rock-paper-scissors game
https://github.com/mathdebate09/rock-paper-scissors
Last synced: 8 days ago
JSON representation
A basic rock-paper-scissors game
- Host: GitHub
- URL: https://github.com/mathdebate09/rock-paper-scissors
- Owner: mathdebate09
- Created: 2023-10-24T05:09:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T15:52:41.000Z (over 2 years ago)
- Last Synced: 2023-11-04T16:36:22.963Z (over 2 years ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rock-paper-scissors
A basic rock-paper-scissors game
[[game-website]](https://mathdebate09.github.io/rock-paper-scissors/)
## 🛠Skills
JavaScript
## ðŸ’Outcomes
#### Phase 1
- Using conditionals as per requirement for decision making in the program
- Using functions as much as possible to increase the readability/reusability of the code
- Using return values as per need and declaring the winners through "alert" (GUI would be introduced in phase 2)
#### Phase 2
- Using DOM Elements extensively and main snippet of picking class ID for selecting the player option
- Using Google FOnts API and decorating the page
- Learning to resuse the code whenever needed and rewriting the code in a similar manner