Skip to content

krdurrett/Rock-Paper-Scissors

Repository files navigation

Rock-Paper-Scissors

Contributors

Project specs

  • 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.

Technologies used

  • JavaScript
  • HTML
  • CSS
  • Atom
  • git
  • GitHub

Instructions for running and viewing the project

GitHub Deployed Page

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.

Main Game Choice View:

Game choice view

Classic Game Play:

Classic play view

Difficult Game Play:

Difficult Game Play

Change Game Play:

Change game functionality

Ability to Clear Wins:

Clear Wins

Future Additions

  • Create more interactive buttons, and animated display.
  • Create sounds to alert you of game play.

Wins

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published