Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 244 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 244 Bytes

fx-snake

Snake game in Kotlin using JavaFX.

Requires Maven 3+ and Java 1.8 to build and run.

Use mvn package command to assemble the application.

Use java -jar sample.snake-1.0-jar-with-dependencies.jar to run the application.