A network-based Pong game, written in C++.
 
 
 
 
Go to file
Aadhavan Srinivasan b7e1066b68 Changed include path to be more explicit
includes Made 'Client' and 'Server' children of 'Sock' class
.gitignore Updated .gitignore
Makefile Updated Makefile
easysock.cpp Changed include path to be more explicit
main.cpp Changed Sock to Sock* in GameType struct to allow it to be set to null
meson.build Added build flag for debugging
todo.txt Updated TODO