Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forbidden Desert

Authors

  • Alejandro PEREZ SVETLITSKY
  • Pola ANTCZAK

Documentation

For more details about the project's design and implementation, please refer to the full report located in the report/ directory.

Project Structure

The project follows a standard Maven architecture:

  • src/main/java - Main source code
  • src/main/resources – Resources (FXML, images, audio)
  • src/test/java – Unit tests
  • report/ – Project documentation and report

Build and Run

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 test

Audio Files

To enable the game's audio, add a file named gameTheme.mp3 to the following directory:

  • src/main/resources/com/pogl/forbiddendesert/audio/

Technologies Used

  • Java
  • JavaFX for the graphical user interface
  • Maven for project management and build automation
  • JUnit for testing

About

A JavaFX recreation of Forbidden Desert, featuring cooperative gameplay, unique player roles, sandstorm mechanics, and an interactive desktop interface.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages