Implemented threading in Client

- GUI doesn't get blocked anymore
- Implemented client side protocol based control
- Client is now ready for player versus player
This commit is contained in:
2021-03-18 03:47:40 +01:00
parent 8299f680b0
commit f1fc88511b
15 changed files with 494 additions and 238 deletions

View File

@@ -1,3 +1,3 @@
Manifest-Version: 1.0
Main-Class: game.TicTacToe_Client
Main-Class: TicTacToe_Client