Skip to content

niklasbjernekull/game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Space Invaders clone- Programming assignment for a company.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages