Skip to content

Update README.md to include new installers #148

Merged
merged 1 commit into from
May 26, 2026
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Millions is a JavaFX-based stock trading simulation game where players navigate

## Prerequisites

The project includes platform specific installers for MacOS and Windows. Another option is running the application as a JAR directly from the terminal.

Prerequisites for running JAR:
- **Java Development Kit (JDK) 17** or higher.
- **Maven 3.6** or higher.

Expand Down Expand Up @@ -59,4 +62,4 @@ The project follows a modified **Model-View-Controller (MVC)** architectural pat

## Credits

Developed as a group project for **IDATT2003 - Programmering 2** at NTNU.
Developed as a group project by Einar Skøien & Per Eric Trapnes for **IDATT2003 - Programmering 2** at NTNU.