From c490eaa3019840dd6259b61deaf4eb13bd6fd218 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sun, 17 Mar 2024 23:35:05 -0400 Subject: [PATCH] Updated TODO --- todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.txt b/todo.txt index bc5ad6f..3a36d48 100644 --- a/todo.txt +++ b/todo.txt @@ -10,3 +10,5 @@ 10. Try to make the ball go between screens. 11. Change the networking code, so that a single server can connect two clients with each other. The server should provide player 1 with a code, and player 2 can connect with player 1 using that code (essentially like a room). 12. Add a --help option, that displays information about the game and how to run it. +13. Add better error-checking to check_server() and check_client() (Use check_server_client() as inspiration). +14. Ensure that check_server() and check_client() work properly for command-line invocation, then remove check_server_client().