This project is an assignment for Software Maintenance.
Group members are: Cheng Jan-Sen (10268600), Fara Eliana (20014637) and Jonathan Ooi (20012024).
Coursework supervisor: Mr. Hani
There are two ways to start the game
- In DiamondHunter/bin, select
"DiamondHunter.jar"file. - In DiamondHunter/bin, open the command prompt and type
"cd *Path of the jar file*"then press Enter. Once it has successfully detected the file in your path, type"java -jar "DiamondHunter.jar".
Select the "Set Axe" button to place axe and "Set Boat" button to place boat on the map. "Default" button sets the position of the axe and boat to the default position. "Save" button saves the position of the map and "Start" directs the user to the game.
NOTICE: User is able to update position of axe and boat as many times as they want to.
Key: Arrow buttons UP, DOWN, LEFT, RIGHT to move character around the map and SPACE to do the action.
Please refer to Javadoc comments to know more.