This project is part of the GDJ101 course from GameDev Basics Java provided by the SnapGames site.
To compile the full project, please execute the followin' command :
$> mvn clean install
to execute the the compiled jar, please execute the command bellow :
$> mvn exec:java
Import this project as an Existing Maven Project into your prefered IDE, (like Eclipse ?)
Have Fun !