close-icon
ROCK PAPERS SCISSORS
2018
Travis : https://travis-ci.org/GBouffard/rock-paper-scissors.svg?branch=master
Project stack:

Tested via: unit tests, quality assurance and accessibility tests
This is a classic Rock, Paper, Scissors game: It was actually a technical test where I was asked to make a 1-player and a 2-players game modes that could both be played on a single machine. Main functionalities: - 1 player game and 2 players game modes are available. - Each player is presented between choices of Rock, Paper and Scissors. - In the case of a 1 player game, results are show right away. - In the case of a 2 players game, results are only shown when both players made their choices. - A winner is declared at the end of each match-up. It was a fun project; I'm not sure about the intend of a 2 players game on a single screen but why not. The 1 player mode is fun.