Java Maven SQL - 3 Person School Project - 2019
Rewrite the abandonware Boulder Dash created in 1984 by Peter Liepa and Chris Gray. The goal of the game is to collect enough diamonds (12 here) to unlock the exit door and then reach that door to win. In order to do this, the player must dig his way while avoiding boulders and monsters.
- BoulderDash_Code: The Maven Project with all the source code.
- BoulderDash_Jar: The game as a jar (plus what is required for it to work) and Game Documentation.
- Project_Management: Project's ULM Diagrams and Schedules.
- Clone the repo:
git clone https://github.com/Kaldei/BoulderDash.git
- Go to the BoulderDash_Jar folder:
cd ./BoulderDash/BoulderDash_Jar/ - Launch BoulderDash.jar:
java -jar BoulderDash.jar
- A window will appear asking if you want to load a level from database. If you haven't configured the database, choose
No. - Play! Try to grab 12 diamonds and reach the exit!
