Commit Graph
16 Commits
Author SHA1 Message Date
Casually9790 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
Casually9790 8299f680b0 Refactored because of renamed files 2021-02-28 15:00:28 +01:00
Casually9790 3636be6011 removed file extensions
Looks cleaner if added to Path and called globally
2021-02-28 12:24:51 +01:00
Casually9790 bc0345f061 Added support for easy deployment to offsite server 2021-02-28 05:01:54 +01:00
Casually9790 81c17b2cc1 Made the project artifact friendly
Can now be build using IntelliJ artifacts
2021-02-25 09:52:12 +01:00
Casually9790 8fc1867d9e Made game playable 2021-02-21 23:01:30 +01:00
Casually9790 b7113b7ee8 Basics of client server communication and drawing of gamestates finished 2021-02-18 11:42:20 +01:00
Casually9790 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
Casually9790 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
Casually9790 6b3306a416 Added logging classes to client package 2021-02-14 21:15:26 +01:00
Casually9790 51db69bee8 Updated the project structure 2021-02-14 21:13:09 +01:00
Casually9790 19ed869006 Merge branch 'server_logging' into main 2021-02-14 16:06:34 +01:00
Casually9790 7760f57f71 Renamed Logger to ServerLogger for better readability 2021-02-14 16:05:49 +01:00
Casually9790 16f2344fd4 Client can now receive messages from clients
Added colored logging to the server
2021-02-14 03:52:38 +01:00
Casually9790 884ca501ff Code upload 2021-02-13 17:32:42 +01:00
Casually9790 097b689811 Initial commit 2021-02-13 17:31:40 +01:00