- Alejandro PEREZ SVETLITSKY
- Pola ANTCZAK
For more details about the project's design and implementation, please refer to the full report located in the report/ directory.
The project follows a standard Maven architecture:
src/main/java- Main source codesrc/main/resources– Resources (FXML, images, audio)src/test/java– Unit testsreport/– Project documentation and report
This project uses Maven. To compile and run the project:
# Compile the project
mvn clean compile
# Run the project
mvn javafx:run
# Run the tests
mvn testTo enable the game's audio, add a file named gameTheme.mp3 to the following directory:
src/main/resources/com/pogl/forbiddendesert/audio/
- Java
- JavaFX for the graphical user interface
- Maven for project management and build automation
- JUnit for testing