HonaiTowers
GitHub A GUI application that implements the Towers of Hanoi puzzle solver. Features a visual board, move-by-move animation, and step counter to help understand recursive algorithm behavior.
stickyTop
GitHub A sticky notes desktop app built with JavaFX. Supports creating, moving, resizing, and color-coding floating notes — a lightweight alternative to traditional desktop reminder tools.
PandaClone
GitHub A 2D platformer game inspired by classic side-scrolling titles. Features character movement, collision detection, and level-based progression with a pixel-art aesthetic.
RapidRollClone
GitHub A 2D rolling-ball puzzle game where players tilt the playfield to navigate a sphere through increasingly complex obstacle courses. Tests physics simulation and real-time input handling.
SnakeClone
GitHub A classic snake arcade game recreation in Java. Features growing snake mechanics, food collection scoring, collision detection, and increasing difficulty as the snake grows longer.
ShooterGame
GitHub A clone of the classic Arcade Defender shooter. Features a horizontally-scrolling battlefield where you control a ship on the left side, moving freely up, down, left, and right to fend off waves of enemies attacking from the right.
Tiles
GitHub A clone of the ‘Don’t Touch The White Tile’ arcade game. Features a grid of tiles that progressively turn white — players must tap only the safe colored tiles to survive as speed and complexity increase.