This readme-file describes contents, navigation and necessary versions and dependencies to run Blackjack.
The source code is located in the src directory, organized as follows:
- src/main: Contains the main application code, including:
- Java classes implementing the core game logic and domain model
- FXML files and their controllers for the JavaFX user interface
- Methods for loading and storing data in CSV files
- src/test: Contains unit tests for the domain classes to ensure correct functionality
- Java requires version 21
- Maven required version 3.6
- To run the application, run
mvn javafx:run