CMPT 276 - Group 1 - All of Us Are Dead
To build the game -
- Ensure Maven and java are installed and compatible on your system. This project was written in Java 15.
- In terminal run
mvn build
To play the game -
- Build the game
- From the project directory navigate to target directory
cd target
- Run
java -jar CMPT276_Group1-1.0-SNAPSHOT-jar-with-dependencies.jar
To Test the game -
- Build the game
- Run
mvn test
- For proper test results ensure the test is kept in focus the entire test run