Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
/ tdt4100-project Public archive

AirlineManager✈️ Project at NTNU - TDT4100 Spring 2022

Notifications You must be signed in to change notification settings

sleipner01/tdt4100-project

Repository files navigation

Airline Manager

This is a project I made in the course TDT4100 Object-Oriented Programming. It is a game where you can create your own airline, buy planes, board passangers and fly around the world. The airports are manually added and stored in a csv file with coordinates. The distance between the airports are calculated using the Haversine formula.

About the project

The project description is written in "prosjektbeskrivelse" but is written in Norwegian. In short, the goal was to make an application with Java, that had at least 4 classes, 1 interface, used JavaFX, and could be tested. We needed to both write and read for at least one file.

Run the application

To run the application, either manually run AirlineManagerApp or from the root directory, use ´mvn javafx:run´. Make sure to have Maven installed.

Other comments

In hindsight I have realized that the resources folder cannot be written to when packaged as jar...

About

AirlineManager✈️ Project at NTNU - TDT4100 Spring 2022

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages