Skip to content

💻 Individual project in the course Object Oriented Programming (TDT4100) at NTNU. I choose to implement a Blackjack game that allows users to place bets.

Notifications You must be signed in to change notification settings

Jakob1202/TDT4100-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

This readme-file describes contents, navigation and necessary versions and dependencies to run Blackjack.

Contents

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

Required Versions and Dependencies

  • Java requires version 21
  • Maven required version 3.6

Running The Project

  • To run the application, run mvn javafx:run

About

💻 Individual project in the course Object Oriented Programming (TDT4100) at NTNU. I choose to implement a Blackjack game that allows users to place bets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages