🪨 Rock,Paper,Scissors ✂️
☝️ Click the link for a working deployment of this repo.
- this is a game of rock, paper, scissors with a little twist of a higher difficulty mode for the player
- the problem it's salving is if you don't have a game you do now
- Fork this project to your own Github account.
- Clone the repository to your local machine.
cdinto the project folder.- Use the
open index.htmlcommand to view the webpage.
Created by Marshall Hotaling
- Write clean, DRY JavaScript and leverage functions, creating and using an effective data model.
- Manipulate the page after it has loaded adding, and updating elements on the DOM.
- Refine my java script skills.