Building a rock-paper-scissors game made coding feel real to me
I always wanted to make my own games, so I started with a basic rock-paper-scissors script in JavaScript. At first, I copied code from a guide, but then I tried to change it. I added a feature to keep track of wins and losses. Seeing the game respond to my inputs was so cool. It took a few tries to get the logic right, but it worked. Now I understand how if-else statements work in practice. This project has given me the confidence to learn more.