/GDJ101

GDJ / gdj101 / Game Develoment Java basics

Primary LanguageJavaMIT LicenseMIT

GDJ101

TravisCI Dependency Status

Game Development Java Basics 101

This project is part of the GDJ101 course from GameDev Basics Java provided by the SnapGames site.

Compile

To compile the full project, please execute the followin' command :

$> mvn clean install

Execute

to execute the the compiled jar, please execute the command bellow :

$> mvn exec:java

Edit

Import this project as an Existing Maven Project into your prefered IDE, (like Eclipse ?)

Have Fun !

Frédéric Delorme