A fun RPS (Rock, Paper, Scissors) game to play in the browser.
- Random: Let the computer randomly decide on a move
- Most Popular Move: The computer plays the counter to your most popular move
- Last Move: The computer plays the counter to your last move
Implemented primarily using regular Javascript, jQuery, and Bootstrap. Underscore.js used minimally for the Most Popular Move Strategy. Unit testing with QUnit.
- More taunting computer messages and graphics
- Limit the number of times each move can be used
- SuperPsuedo Random Popular Move Mode: The computer picks randomly from your history of moves
- Less Predictable Mode: The Computer realizes it's losing to the same move in either Mode's 2 or 3 and switches to something else.
- Mac vs. PC