/rps-game

The Odin Project | Web Development 101 | JavaScript Basics| Rock, Paper, Scissors 2.0 Version

Primary LanguageJavaScript

rock-paper-scissors game

Preview HERE



Overview:

This is a recreation and simple implementation of the grade-school classic “rock paper scissors”. The previous project found in a different repo was the game from the browser window. This version focuses more on front-end implementation and an attempt at cleaner code as mentioned in this lesson.