Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

csci598b/frontend

Repository files navigation

This is the frontend of the recycler game for CSCI 598B.

Build Instructions

To produce a jar file:

  • mvn assembly:assembly

To run the tests:

  • mvn test

To run tests and show code coverage:

  • mvn cobertura:cobertura
  • open target/site/cobertura/index.html

To create the HTML site:

  • mvn site

To clean the project:

  • mvn clean

Run Instructions (Main Game)

  1. Create a jar file.
  2. java -jar target/frontend-exe.jar

Run Instruction (Entejagd)

  1. Create a jar file.
  2. java -cp target/frontend-exe.jar edu.mines.csci598.entejagd.Entejagd

Releases

No releases published

Packages

No packages published

Languages