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

Latest commit

 

History

History
27 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 563 Bytes

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