Commit Graph

14 Commits

Author SHA1 Message Date
cato
758d9fc235 Merge pull request #3 from cato447/multiplayer_tictactoe
Basics of client server communication and drawing of gamestates finished
2021-02-18 11:44:03 +01:00
b7113b7ee8 Basics of client server communication and drawing of gamestates finished 2021-02-18 11:42:20 +01:00
cato
a748cdea75 Merge pull request #2 from cato447/client_logging
Implemented Logging system
2021-02-17 03:48:34 +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
6b3306a416 Added logging classes to client package 2021-02-14 21:15:26 +01:00
51db69bee8 Updated the project structure 2021-02-14 21:13:09 +01:00
19ed869006 Merge branch 'server_logging' into main 2021-02-14 16:06:34 +01:00
7760f57f71 Renamed Logger to ServerLogger for better readability 2021-02-14 16:05:49 +01:00
cato
b77be40d8d Merge pull request #1 from cato447/add-license-1
Create LICENSE
2021-02-14 03:55:40 +01:00
cato
d7afc532e3 Create LICENSE 2021-02-14 03:55:18 +01:00
16f2344fd4 Client can now receive messages from clients
Added colored logging to the server
2021-02-14 03:52:38 +01:00
884ca501ff Code upload 2021-02-13 17:32:42 +01:00
097b689811 Initial commit 2021-02-13 17:31:40 +01:00