This section showcases some of my early work in Java, highlighting fundamental programming concepts and problem-solving approaches. While my game development projects involve extensive coding in Unity (C#), select pieces of my work are also available on GitHub.
These Java projects reflect my foundational coding skills, including object-oriented programming, algorithm implementation, and software design, which have contributed to my growth as a developer.
Sneak Adventure
Arcade Game | Processing (Java) | Solo Project
Sneak Adventure is a snake-inspired arcade game developed in Processing (Java), featuring three gameplay modes:
Survival Mode – Stay alive as long as possible while collecting food.
Story Mode – Follow a structured progression with increasing challenges.
Normal Mode – Classic snake gameplay with a fun twist.
The game features custom sound design, enhancing the experience with engaging audio feedback. This project showcases my early work in Java, implementing game mechanics like collision detection, player input handling, and dynamic difficulty scaling.
Lunar Lander
Arcade Physics Game | Java | Solo Project
Lunar Lander is a physics-based landing game where players must carefully land a spaceship on a moving platform while managing resources like fuel and time.
As players progress, the difficulty increases with:
Faster moving platforms
Limited fuel supply
Stricter time constraints
This project showcases my early Java programming skills, including physics-based movement, collision detection, and difficulty scaling.

You may also like

Back to Top