A network-based Pong game, written in C++.
 
 
 
 
Go to file
Aadhavan Srinivasan 98abf50da5 Completely rewrote Server class, and split the class into header and implementation
includes Completely rewrote Server class, and split the class into header and implementation
.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
server.cpp Completely rewrote Server class, and split the class into header and implementation
sock.cpp Added additional header file
todo.txt Updated TODO