Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 451 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 451 Bytes

Layout

  • core
    • src/main/resource: assets
    • src/main/java: code, platform agnostic
  • desktop: contains launcher

Building

Requires a recent version of maven. Tested with maven 3.1 and 3.2.

Create distributable

$ mvn clean package

Builds the project, runnable jar-with-dependencies in ./desktop/target/

Build and run

$ mvn clean install

Automatically starts the game once built.