Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 447 Bytes

File metadata and controls

26 lines (16 loc) · 447 Bytes

Snake game

This is a snake game with full 360 degree rotation.

Development

Inside IntelliJ Idea

Open the projact as a Maven project. (by opening the pom.xml)

Run it from the maven sidebar by running the javafx:run target

From command line

Build it with

mvn javafx:compile

Run in with

mvn javafx:run