My rendition of the 2D Snake Game - original version by Awais Mirza
Original version link: https://www.youtube.com/watch?v=_SqnzvJuKiA
Added Functionalities:
- Added Classic Snake Game Mode where Snake dies upon crashing the border
- Highscores with user input for name added
- Start Menu with two different Game Modes available
- HighScore menu viewing top 5 High Scores of both game modes
Small Fixes:
- Snake head stays in the same direction upon death instead of always facing right
- Won't die immediately if pressing left from start
Used Swing, FileWriter, ActionListener, Anonymous Classes, Scanner, ImageIcons, Random, HashMaps and more to accomplish this task.