- Kayla Durrett GitHub
- This is a traditional Rock Paper Scissors game, with an extra challenging Lizard Spock addition!
- Instructions and Rubric for this project can be found HERE.
- JavaScript
- HTML
- CSS
- Atom
- git
- GitHub
This game can be accessed through the following steps:
- Fork the project to your own Github account
- Clone the repository to your local machine
- cd into the project
- Type “open index.html” into your terminal to view the application in your browser OR open the project in your editor to view the code
Click around the site to choose Classic or Difficult game play, then you may select which fighter you'd like. You are playing against the computer. Your wins will persist and be shown on the side of the screen. You also have the option to click a button to clear your wins.
- Create more interactive buttons, and animated display.
- Create sounds to alert you of game play.
- Utilized localStorage to save wins at the appropriate time and have them displayed at the appropriate interval.
- Learning to create more clean HTML and CSS code for page styling.
- Delved more in to the separation of the Data Model (the Game and the Players) from DOM manipulation.
- Created the game in less time than I had originally budgeted.