Inspired from BroCode
Made with love by Anurag Ghosh & Ishan Kulkarni
Code Compiled and Executed in Apache Netbean 12.0.2 and java mysql connector 8.0.4 on a Windows Device.
The length of the snake increases by eating the food, if the snake touches the corners or itself then the game is over. There are food of two colors the red food gives only 1 point while the blue one gives 3 points. The highscores are recorded in the database anddisplayed accordingly. The program uses Key Events to navigate the snake
The detailed explanation of the project is attached in the ppt
While using this program kindly change the connector name and the database name in the code