Skip to content

2D-Arcade-Style game made in group project for SFU course using Java

Notifications You must be signed in to change notification settings

kevinl03/2D-Arcade-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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