Inspiration
This was inspired by the traditional "rock, paper, scissors" game. I initially thought of using actual icons of rock, paper, and scissors, respectively. However, I ended up using hand icons to simulate the game as we do it.
What it does
"Rock, Paper, Scissors" basically replicates the intransitive hand game digitally!
Building Process Overview
This was built in 4 days using Python specifically with its Pygame library. I started by coding the logic base of the game with plain Python, then added the GUI components with Pygame.
Challenges
Since it was my first time using Pygame, it was generally the biggest challenge.
What I learned
Using Pygame may not be the most efficient way to go when creating games but it helped me, as a beginner, to understand the way games with proper GUIs are built.
Log in or sign up for Devpost to join the conversation.