Feat/Game Engine #233

Merged
j.kropff merged 18 commits from feat/game-engine into main 2026-04-05 11:26:12 +02:00
Showing only changes of commit f7dc3d1a8e - Show all commits
@@ -192,7 +192,7 @@ public class GameControllerTest {
game.playerFold(PlayerId.of("Mathis"));
game.playerCall(PlayerId.of("Jona"));
System.out.println("Pot nach Aktionen: " + game.getState().getPot().getAmount());
System.out.println("Pot after actions: " + game.getState().getPot().getAmount());
int potAfter = game.getState().getPot().getAmount();