Projects
Snake Game (Java)
A game utilizing the Java backend framework, I created a game where you must slither and survive for as long as possible. Chase after the apples, but don't hit the wall, or eat your own tail. How long can you survive?


Rock, Paper, Scissors (Python)
One of the oldest childhood games, I created a Rock, Paper, Scissors app using the Python framework, involving the random module to simulate the computer's choice and if-elif-else statements to determine the winner based on the game's rules.

