diff --git a/todo.txt b/todo.txt index 4d3dce4..4467b5b 100644 --- a/todo.txt +++ b/todo.txt @@ -10,3 +10,4 @@ 10. Add 'install' target to Meson, to allow the user to install the game. This should also copy the .so files to the right locations. 11. Allow the user to specify which paddle they want to control, in multi-player mode. 12. Add IPv6 support for the server and client sockets (and everything that goes along with it, such as error handling for IP addresses). +13. Figure out how to make 'tar' not include the entire directory structure, when creating the archive in create_static_linux.sh.