Project Overview
A simple website where you can play rock paper scissors against a computer. The game goes on until either the player or the computer gets 5 wins. A player can click on one of the three options every round, and the results will display above.
Through this project, I learned the basics of front end work. I used flexbox to style the layout of the page, and Vanilla javascript to code the game logic.
Tools Used
HTML
CSS
JavaScript