Skip to content

fn-devX/java-snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

final project for object-oriented programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages