Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 611 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 611 Bytes

Link to Game Showcase Video

https://www.youtube.com/watch?v=dsr-AFdutEQ

Building in terminal:

1. Change directory to find cd Code/project
2. mvn package

Running in terminal:

1. Build (as seen above)
2. mvn exec:java

Testing in terminal:

*During testing please do not click off the window or input any keypresses/mouse clicks. This may cause the keyhandler test to fail!

1. mvn test

Generating javaDocs in terminal:

* This will generate javaDocs in the following directory target/site/apidocs

1. Change directory to find cd Code/project
2. mvn javadoc:javadoc