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

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

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