Java Pirate Platformer
After my senior year of high school, I spent a summer learning how to create a video game from scratch. In other words, I didn’t use an established game engine. I used Java and associated libraries like AWT and Swing to handle the graphics. In addition, I created a custom game loop, physics system, and combat mechanics for engaging platformer gameplay.

GitHub