Refactored TicTacToe game to be able to run multiple instances on a server

This commit is contained in:
Bas de Jong
2025-09-16 17:27:17 +02:00
parent 3afd718d91
commit 5e3ba40bed
6 changed files with 75 additions and 39 deletions

View File

@@ -90,6 +90,8 @@ public class Events implements IEvents {
public record ServerStarted(String uuid, String port) {}
public record StartTicTacToeGame(String id, String port) {}
/**
*
* Triggers starting a server connection.