Commit Graph

8 Commits

Author SHA1 Message Date
bc0345f061 Added support for easy deployment to offsite server 2021-02-28 05:01:54 +01:00
81c17b2cc1 Made the project artifact friendly
Can now be build using IntelliJ artifacts
2021-02-25 09:52:12 +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
51db69bee8 Updated the project structure 2021-02-14 21:13:09 +01:00
7760f57f71 Renamed Logger to ServerLogger for better readability 2021-02-14 16:05:49 +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