/GDJ103

GDJ / gdj103 / Adding some Objects

Primary LanguageJavaMIT LicenseMIT

GDJ103

TravisCI Dependency Status

Game Developement Java Basics 103

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

Goal

The goal of this sample is to demonstrate usage of GameObject and layers, to render multiple objects on screen with a layer depth of rendering.

figure 1 - the default display for this sample.

figure 2 - the default display for this sample.

figure 3 - the default display for this sample.

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

or :

$> java -jar gdj103-0.0.1-SNAPSHOT.jar

Edit

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

Have Fun !

Snapgames