This Application works as a traditional Snake_Game we used to play as kids when the keypad phones were popular.
The functions of this project are:
- Eat food particle (5 points)
- Eat treasure particle (20 points)
- Moving left, right, up, down using Key Actions and Event Handlers
- Saving the result of the game, by taking user name as input.
- Showing highest score present in database.
- If current player score is greater than highest score so far, The application congratulates user.
- Upon game ending, we can i) press 'R' to replay the game. ii) press 'S' to save the score.
- A Feature is added so that, if you go beyond the assigned space for the snake, it comes from opposite side of the panel, such as i) if goes beyond right, comes from left vice versa. ii) if goes beyond up, comes from down vice versa.
- Snake eating food particle (5 points)
- Snake eating trease particle (20 points)
- Snake when goes beyond from left direction
- Snake when goes beyond from down direction
- Window Showing highest and present score
- Display of Input Dialog box to store user name and their respective score
*Congratulating user when he/she creates a new record






