Rock Paper Scissors Web Game
Who doesn't like the good old classic game of Rock, Paper, Scissors? This web game puts a boxing twist on the classic premise of what-beats-what. In my version, Rock, Paper, and Scissors are prize fighters hoping to be the one left standing when the final bell rings. Choose from the bulky bruiser Rock, the gutsy-spirited Paper, or the crafty Scissors, and watch them duke it out against the computer.
This game uses the JavaScript canvas element implemented in HTML5. Screen click events capture user interaction within the canvas element, loading a series of images based on the where the click was made. This project took around 50 hours (mostly time spent on graphics work) to build from start to finish. The game only works on browsers that support the <canvas> element i.e. Internet Explorer 9 and later, Firefox, Opera, Chrome, and Safari.
play game