- Introduction
- Technologies
- Features
- Illustrations
- Deployed Page
- Possible Future Extensions
- Set Up
- Organizational Resources
- Sources
- Contributors
- Project Specs
- The purpose of this project was to demonstrate all of the languages that we have learned during the course of Mod1. We built out a game of Rock, Paper, Scissors using HTML, CSS, and JS that users can play on their browsers.
- Javascript
- HTML
- CSS
- Choose your game mode between vanilla or spicy mode.
- See the computer's choice in-game.
- Keeps track of the total wins.
- You have the ability to change the game mode in the middle of your session.
Visit my published RPS game! here
- It would be cool to build some AI or game theory type logic that does not randomize the computer's choice and instead looks to make exploits based on user inputs.
- Fork this repo
- Clone the repo to your local machine
- View the project in the browser by running open index.html in your terminal.
- The project spec & rubric can be found here