Updated TODO

master
Aadhavan Srinivasan 7 months ago
parent 0058e7e411
commit d43dc41f25

@ -9,4 +9,6 @@
9. Add 'install' target to Meson, to allow the user to install the game. This should also copy the .so files to the right locations.
10. Allow the user to specify which paddle they want to control, in multi-player mode.
11. Add IPv6 support for the server and client sockets (and everything that goes along with it, such as error handling for IP addresses).
13. Communicate the paddle reset position to the peer, after a round.
12. Communicate the paddle reset position to the peer, after a round.
13. Test with valgrind.
14. Remove IP version as a parameter from Client and Server constructors. Instead, determine the version based on the address.

Loading…
Cancel
Save