Snake Game

A recreation of the classic Snake game built entirely in Java. Features real-time rendering, keyboard input handling, collision detection, and score tracking. A fun project demonstrating game loop architecture, 2D graphics with Java Swing, and event-driven programming.

Key Highlights

Real-time game loop and rendering

Collision detection and score tracking

Keyboard input handling with Java AWT events