Skip to content

JaskerX/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Usage

You can get the latest jar from the releases page.
Execute it by either double clicking or executing following command in the command line:
java -jar [file name]
You can change the speed the snake moves at by passing it as an argument:
java -jar -Dspeed=[speed] [file name]

Attention: The generated Database file will be located in the same folder as the jar. You can change the folder but make sure that both files are in the same folder while playing, otherwise a new Database file will be created!

Debug

Enter debug mode by adding an argument in the command line when executing the jar:
java -jar -Ddebug [file name]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages