A network-based Pong game, written in C++.
 
 
 
 
Go to file
Aadhavan Srinivasan 98160f0071 Renamed 'math-helpers.hpp' to 'sign.hpp'
includes Renamed 'math-helpers.hpp' to 'sign.hpp'
.gitignore Updated .gitignore
Makefile Updated Makefile
ball.cpp Split 'Ball' class into header and implementation files
easysock.cpp Changed include path to be more explicit
main.cpp Renamed 'math-helpers.hpp' to 'sign.hpp' and updated main.cpp to reflect the change
meson.build Added additional flags for GCC
numeric_base.cpp Renamed base-helpers to numeric_base, and separated numeric_base into header and implementation files
paddle.cpp Split 'paddle' class into header and implementation files
sock.cpp Added additional header file
todo.txt Updated TODO