A Rock Paper Scissors game using Html, Css and Vanilla Javascript You dont need any requirements on this project. You can easly run on your browser (recommended browser is: Chrome)
Game Rules
- Rock beat Scissors
- Paper beat Rock
- Scissors beat Paper
How its Work? I have a Choice Logic Object thats like game rules. - example: Rock beat Scissors Then program pick random item from Choice Logic Object and compare item vs logic. Then I have a Switch Case in Main function, that changes html text by Case. Thats All. .
To Win, Reach 10 Score!