HFS (Horizontal Fighting System) is a 2D side-scrolling platformer game built with Java Swing. The game features a player character that can move, jump, and attack enemies in a tile-based level.
A partial Game Boy emulator core implemented from scratch in Java. This solo project was completed in 6 days and serves as a deep dive into CPU architecture, opcode decoding, memory mapping, and the ...