3 Commits

Author SHA1 Message Date
f1fc88511b Implemented threading in Client
- GUI doesn't get blocked anymore
- Implemented client side protocol based control
- Client is now ready for player versus player
2021-03-18 03:47:40 +01:00
b7113b7ee8 Basics of client server communication and drawing of gamestates finished 2021-02-18 11:42:20 +01:00
1942e249b5 Nearly finished client side logging
Client/src/logging/ClientLogger.java:
    -added printConfiramtion method

Client/src/networking/Client.java:
    - swapped out.println with clientLogger.printConfirmation
2021-02-15 01:02:27 +01:00