Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 293 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 293 Bytes

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