Famous game Snake, where a snake grows by eating fruits in the ground. The interesting key of the game is a set of best record. By each snake's grows, its become harder to keep a snake in a ground without hitting himself.
Install XAMPP -> Start XAMPP -> Start Apache and MySQL
Install Inteliij IDEA -> DataBase -> Add DataBase - MySQL
Enter Admin's [username and password] for your DatabaseServer
go to -> Database Control -> paste SQL Code
- JavaFX SDK 17.0.1
- MariaDB
- Control a snake with a keys
W A S D
| whereW
- UP,A
- LEFT,S
- DOWN,D
- RIGHT. - Don't hit yourself!
- Don't try to go out of the ground!
- Full Snake Game(with a cheat option 'increasing the length')
- Connection to DataBase
- Score Saving(optional)
- TopScorers List