The game is built using plain Java and external libraries. It focuses on the story of a Prisoner who has to escape a dungeon with ghost chasing him through out the map, by collecting skulls and chest objects around the map. In order to beat the game, you can pick up powerups such as extra hp and speed up boots that are randomly placed in the map.
https://www.youtube.com/watch?v=jiwEU36tau8&t=3s or you can read through our phase 4 reports for more details we have both written reports and video tutorials.
- Pull the repo down to your local machine with git pull (SSH key or HTTP link)
- Open the repo folder in your code editor
- Compile the code via main.java class, or hit run while selecting the folder src/main/java in VScode and Eclipse
- Alternate step: you can compile using the JAR file instead of running from main. The JAR can be found in the GameJAR directory!
- Enjoy the game! and try to beat it:)
- Assuming you have already done the build and run instructions, open the repo in Eclipse IDE for Java
- Double click on the folder, src/test/java
- Once you see the folder tree opened, click once on Game.Dungeon (this package contain AppTest.java, which will run all the test cases)
- If you wanted to see the test coverage, right click on Game.Dungeon package -> Coverage as -> JUnit Test
- If you wanted to see the test case results (run only), right click on Game.Dungeon package -> Run as -> JUnit Test