Commit Graph
64 Commits
Author SHA1 Message Date
karolina ac74b23a0a client: added card shuffling function for host 2025-07-04 15:50:39 +02:00
karolina cde794e606 client: added CardManager and resources for full card deck 2025-07-04 15:24:44 +02:00
karolina af763c89b3 server: fixed bug that caused host client to disconnect when leaving lobby if they were the only connected client in the lobby 2025-07-04 14:24:28 +02:00
karolina b468a391f5 client: now handles disconnects properly and notifies the user of server connect and disconnect 2025-07-04 12:22:48 +02:00
karolina 2aa6d710cf client: now displays when clients leave the lobby 2025-07-04 11:41:57 +02:00
karolina 4b4285ca99 chat messages are now sent and relayed. server: handling host client leaving correctly 2025-07-04 11:29:25 +02:00
karolina f4a7fb722e server: moved code generation from client to server to avoid code collision 2025-07-04 10:57:24 +02:00
karolina 68a152af42 server: edited lobby leaving logic slightly 2025-07-02 22:16:52 +02:00
karolina f084a599b7 client: added ConnectionStatus to invoke UI changes when connection status changes 2025-07-02 21:58:19 +02:00
karolina d128f39e6a server: added broadcast for players entering the lobby. client: added text output for connection actions 2025-06-30 22:07:43 +02:00
karolina 07a37a5602 server: moved send_message to LobbyManager and added broadcast_message 2025-06-30 21:31:47 +02:00
karolina 27979ffe9f Switched from UDP to TCP-based connection; implemented creating, joining, leaving lobbies 2025-06-29 20:37:43 +02:00
karolina 25f4abc5eb removed redundant files 2025-06-28 15:35:45 +02:00
karolina 9922f8a48e Initial push 2025-06-28 15:19:04 +02:00