Commit Graph

4 Commits

Author SHA1 Message Date
b7113b7ee8 Basics of client server communication and drawing of gamestates finished 2021-02-18 11:42:20 +01:00
8ed0e5196b Begin the client side of TicTacToe
Implemented a way of drawing a gamestate the server sent with the use of javaFx
2021-02-17 03:42:50 +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
51db69bee8 Updated the project structure 2021-02-14 21:13:09 +01:00