Skip to content

csci598b/recycler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is 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

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

Travis CI

https://travis-ci.org/#!/csci598b/recycler

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages