Rock Paper Scissors

This project is a simple digital version of the classic Rock-paper-scissors game, designed as a foundational step in learning game development. While the concept is straightforward, the focus is on building and understanding core programming logic and game flow. The goal of this project is to practice essential development skills such as user input handling,…

Snake, but as a Weiner Dog

This project is a playful remake of the classic Snake (video game) game, reimagined with a wiener dog theme. While still a contained and approachable project, it introduces more complexity through movement systems and growth mechanics. The goal of this project is to build on foundational programming skills by implementing continuous movement, collision detection, and…