Skip to content
/ Snake Public
forked from Rotgar/Snake

Snake game in Java FX, MVC pattern used

Notifications You must be signed in to change notification settings

thoell/Snake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

On linux(ubuntu, etc.) before starting the game, type the following in terminal:

export _JAVA_OPTIONS="-Dquantum.multithreaded=false"

Without it, the gameloop, which is an actiontimer here, won't block at 60fps and the snake will move(render) too fast.

Run with:

java -jar Snake.jar

About

Snake game in Java FX, MVC pattern used

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%