From ab7b40f7784ca6addc1ac90fc94a0b348e2c8a13 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Tue, 26 Mar 2024 10:06:34 -0400 Subject: [PATCH] Updated TODO --- todo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index bd5f558..cc61a6e 100644 --- a/todo.txt +++ b/todo.txt @@ -6,4 +6,5 @@ 6. Allow the user to specify which paddle they want to control, in multi-player mode. 7. Try to make the ball go between screens. 8. 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). -9. [This can't really be fixed, since I'd need to purchase a developer certificate] Sign Windows executable, to remove 'Unknown Publisher' warnings. +9. Create (or find) an icon for the application. +10. [This can't really be fixed, since I'd need to purchase a developer certificate] Sign Windows executable, to remove 'Unknown Publisher' warnings.