Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.72 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.72 KB

Snake Game

Basic Information

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.

Instalation

First Step

Install XAMPP -> Start XAMPP -> Start Apache and MySQL

Second Step

Install Inteliij IDEA -> DataBase -> Add DataBase - MySQL

Third Step

Enter Admin's [username and password] for your DatabaseServer

Optional Step

go to -> Database Control -> paste SQL Code

Libraries used

  • JavaFX SDK 17.0.1
  • MariaDB

Instruction

  • Control a snake with a keys W A S D | where W - UP, A - LEFT, S - DOWN, D - RIGHT.
  • Don't hit yourself!
  • Don't try to go out of the ground!

Features

  • Full Snake Game(with a cheat option 'increasing the length')
  • Connection to DataBase
  • Score Saving(optional)
  • TopScorers List

Application Screenshots

readme snakegame setscore topscore