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 Create a jar file. java -jar target/recycler-exe.jar Travis CI https://travis-ci.org/#!/csci598b/recycler