Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 390 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 390 Bytes

Rock, Paper and Scissors!

This is a small project from the The Odin Project where I build a simple game of Rock, Paper and Scissors.

In the first part of the project, I've built the game using only prompt to get the choices and console logging the results, however, later in the lessons from Odin Project, I refactored the game to work with a UI.