chore: update TODO

This commit is contained in:
2025-05-13 13:49:02 +03:30
parent 90fd825bfe
commit f95cf6e7ef
+5 -2
View File
@@ -25,8 +25,8 @@ public class Server {
while(true) {
// TODO: Accept a client connection
// TODO: Create a ClientHandler for the connected client
//TODO: uncomment this code
// TODO: Create a ClientHandler named clientThread for the connected client
// TODO: uncomment this code
//if(i == 0) {
// playerOne = clientThread;
//}
@@ -37,6 +37,9 @@ public class Server {
//}
//i++;
//TODO add clientThread to clients and executor service
//TODO(for later): handle the situation where more than two players join at the same time
//TODO(for later): handle the situation where more than one game happens
}
} finally {
if (listener != null) {