Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 528 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 528 Bytes

SnakeGame Project: Welcome to SnakeGame, a fun side project created to display my java skills

Description: SnakeGame is a classic arcade game implemented in Java using Swing. Control a snake as it moves around the screen, eating food to grow longer while avoiding collisions with itself and the walls.

Features: Simple controls using arrow keys. Dynamic gameplay with growing snake length. Randomized food placement for added challenge. Collision detection with walls and snake's body. Score tracking to beat your high score.