Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 2.14 KB

README.md

File metadata and controls

51 lines (45 loc) · 2.14 KB

Rock Paper Scissors

Table of Contents

Introduction

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

Technologies

  • Javascript
  • HTML
  • CSS

Illustrations

Home Screen Gameplay Results

Features

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

Deployed Page

Visit my published RPS game! here

Possible Future Extensions

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

Set Up

  1. Fork this repo
  2. Clone the repo to your local machine
  3. View the project in the browser by running open index.html in your terminal.

Sources

Contributors

Project Specs

  • The project spec & rubric can be found here