Commit Graph

12 Commits (main)

Author SHA1 Message Date
Victor Hans-Georg Waitz ed3c31d650 Added gameflow und kleinen bug 2024-05-07 09:54:34 +02:00
Victor Hans-Georg Waitz b07e0a0e02 Finished starwars mode
Now both gamemodes are implemented and completly playable.
2024-05-07 01:10:14 +02:00
Victor Hans-Georg Waitz 9d5f8858e0 Completed default gamemode
Added complete default gamemode, added leaderboard saved and loaded from file, added beginings of the starwars mode implementation.
2024-05-06 22:56:12 +02:00
Victor Hans-Georg Waitz e2604101bf Completed default gamemode
Added complete default gamemode, added leaderboard saved and loaded from file, added beginings of the starwars mode implementation.
2024-05-06 22:55:58 +02:00
Victor Hans-Georg Waitz 9790370942 Added that score is written to sheet
Every turn the chosen row gets written to the sheet. the sheet keeps track of filled rows and ends it if all rows are filled.
2024-05-06 17:19:11 +02:00
Victor Hans-Georg Waitz da39625783 Added evaluation for the lowe block half
Added automatic value calculation when setting or adding the amount of a Category object. Added value calculation for the lower half of the block categories.
2024-05-06 02:35:10 +02:00
Victor Hans-Georg Waitz 495306ecb5 Added evaluation for the upper block half
Added automatic value calculation when setting or adding the amount of a Category object. Added value calculation for the upper half of the block categories.
2024-05-05 18:12:50 +02:00
Victor Hans-Georg Waitz b7731de0b2 Added dice-roll logic.
Added the whole dice throw and keep logic for every player. Added the first idea of an play sheet.
2024-05-04 21:06:05 +02:00
Victor Hans-Georg Waitz 76623aa66f Added some small things
Added a sheet class to collect points from a player
2024-04-30 12:46:42 +02:00
Victor Hans-Georg Waitz eeaf1225de Space changes and test toString methode
Added some small spacings and created a toString methode in the Player class for testing purposes.
2024-04-29 21:17:51 +02:00
Victor Hans-Georg Waitz da553cfbc8 Added main menu and player selection
Added most main menu parts and player selection with random color picking for each player.
2024-04-29 21:06:04 +02:00
Victor Hans-Georg Waitz 89b588f3f1 Initial commit 2024-04-29 18:09:50 +02:00