Skip to content

A small top-down stealth game collaboration

Notifications You must be signed in to change notification settings

camilne/Sapphire-Rain

Repository files navigation

Sapphire Rain

A small collaborative, top-down stealth game.


master develop-camilne develop-abhid
Build Status Build Status Build Status
Code Coverage Code Coverage Code Coverage

Releases

Dependencies

  • Java 8
  • Gson 2
  • [Build-only] Maven 3
  • [Test-only] JUnit 5

To build from source

  1. Install a Java IDE and the JDK 8.
  2. Install maven (This project is built using the M2Eclipse plugin for Eclipse)
  3. Build the project using:
mvn install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -B -V validate

or if you are using the M2Eclipse plugin, right-click pom.xml>Run As>Maven build. In the goals box, enter the same command as above, except without mvn and hit run.
  4. SapphireRain.jar is created in the target/ folder.

To test

  1. Follow the instructions in building from source.
  2. Test the project using:
mvn test

To generate javadocs

  1. Follow the instructions in buildling from source.
  2. Generate javadocs using:
mvn javadocs:javadocs

  3. Javadocs are found in target/site/apidocs/.

Technologies used

About

A small top-down stealth game collaboration

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages