Skip to content

threecubedstudios/auber-vega

 
 

Repository files navigation

Auber Vega

Javadocs Java CI with Gradle Checkstyle

Welcome to the improved version of Team Vega's Auber Game.

Installation

  • Grab the latest version of Auber
  • Run it by double clicking on it, or with java -jar auber.jar
  • Make sure to use google_checks.xml to configure checkstyle correctly

Build from source (Windows)

git clone git@github.com:threecubedstudios/auber-vega.git
cd auber-vega
gradlew.bat desktop:dist
cd desktop/build/libs
java -jar desktop-1.0.jar

Build from source (Linux)

git clone git@github.com:threecubedstudios/auber-vega.git
cd auber-vega
./gradlew desktop:dist
cd desktop/build/libs
java -jar desktop-1.0.jar

About

The improved version of Team Vega's Auber Game.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%