Skip to content

Releases: Team-40-IDATT2003/Millions

v1.4.1 - Quit options

26 May 12:56
Compare
Choose a tag to compare

This release marks the addition of a pop up when quitting game from in game view.

v1.4.0 - Custom stock data

26 May 12:43
Compare
Choose a tag to compare

This release marks the implementation of functionality for selecting a custom stock data file to use when playing the game.

v1.3.0 - Saves

25 May 21:50
Compare
Choose a tag to compare

This release marks the addition of a save system. Whenever you quit from the in-game view, the application saves your progress based on your selected name, stock history, transactions and current networth / money.

v1.2.0 - Refactor

25 May 21:18
Compare
Choose a tag to compare

This release marks a significant refactor for the projects' model and service layer. Portfolio now correctly calculates and stores shares per stock.

Also significantly improved overall unit testing, and added more unit tests for various classes.

v1.1.0 - Design rework

25 May 09:53
Compare
Choose a tag to compare

This release introduces a brand new UI design for the application.

All views including main menu and in-game now feature a new look.

v1.0.0 - Create game

24 May 23:23
Compare
Choose a tag to compare

This release marks the addition of proper game configuration, such as name and start capital.

This mean that this release marks the completion of the MVP.

When choosing play game in the main menu, you are now able to start a new game by setting up a name, start capital, and stock file. Later on, your save file can then be found in the play game menu.

v0.12.0 - Minigames

24 May 20:54
Compare
Choose a tag to compare

This release marks the addition of minigames.

You can find the minigames section by using the navigation bar, or by choosing "boost" on a stock on the dashboard page.

On the minigame overview page you can select a minigame. By selecting "boost" for a stock you also select that stock for the minigame. After a minigame is finished you get a rank based on your score. The stock selected will gain fortune based on your rank. Fortune adds or substracts a flat percent amount when calculating the next price of the stock.

Minigame 1: Clicker game: Gain score by clicking a box. The box changes location after every click.
Minigame 2: Find the stock: You get a target stock symbol. Choose the correct symbol in a grid of stocks. Wrong choice deducts score.
Minigame 3: Timed inputs: Time space bar or enter key presses when the indicator is on the green area. Missed hits deduct points.

v0.11.1 - Styling fix

23 May 10:22
Compare
Choose a tag to compare

This release marks the fix of a bug occured during a merge conflict that caused code related to styling to be lost.

v0.11.0 - Stats page

19 May 15:36
Compare
Choose a tag to compare

This release marks the implementation of the stats page, showing an overview over the stats of the player and exchange.

v0.10.0 - Transaction history page

19 May 15:15
Compare
Choose a tag to compare

This release marks the implementation of a transaction history page where it is possible to find any transaction made during the applications lifetime. It is possible to search for a specific stock, or a specific week.

Note that it is only possible to select a week where a transaction has taken place.