Updated TODO

This commit is contained in:
2024-03-17 23:35:05 -04:00
parent 0e7ebb4d78
commit c490eaa301

View File

@@ -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().