This is a game of rock, paper and scissors consisting of a simple UI and a simple script written in vanilla JavaScript, developed in the context of The Odin Project's curriculum.
The purpose of the project is to practice the core principles of javascript's syntax and logic, by using functions, variable definitions, and simple loops in order to create a game, as well as basic DOM manipulation.