Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

SnapGames/GDJ101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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