This project is a simple implementation of the classic Snake game in Java. The game allows the player to control the snake, eat food to grow, and avoid collisions with walls and its own body.
- Control the snake using arrow keys.
- Grow the snake's length by eating food.
- End the game upon collision with the walls or the snake's body.
- Simple yet engaging gameplay experience.
- Use the arrow keys to change the direction of the snake.
- Eat the red food squares to grow in length.
- Avoid running into the walls or the snake itself.
- Java
- Java Swing for the graphical interface
Feel free to give it a try and enjoy the nostalgia of the classic Snake game in a Java implementation.