A network-based Pong game, written in C++.
 
 
 
 
Go to file
Aadhavan Srinivasan b90d37c73f Added relevant files for cross-compilation to windows
includes Changed the recvAll return type from std::string to char pointer, and created a non-blocking version of the function
.gitignore Updated .gitignore
Makefile Updated Makefile
ball.cpp Fixed misaligned bracket
client.cpp Changed the recvAll return type from std::string to char pointer, and created a non-blocking version of the function
connect_code.cpp Moved the private functions out of the anonymous namespace, because I need to use them in other places
easysock.cpp Added additional code to easysock library
libraylib.a Added relevant files for cross-compilation to windows
libraylibdll.a Added relevant files for cross-compilation to windows
main.cpp Game is mostly finished, added a ton of code for reading and applying peer position.
meson.build Added relevant files for cross-compilation to windows
numeric_base.cpp Renamed base-helpers to numeric_base, and separated numeric_base into header and implementation files
paddle.cpp Created method to set position of paddle
raylib.dll Added relevant files for cross-compilation to windows
serialization.c Made the serialization code cleaner, and fixed a bug where data was overwritten by the null pointer
server.cpp Made the 'recvAll' function return a char pointer instead of a std::string, this is better for portability. Also created a non-blocking version of the function.
sock.cpp Changed 'recvAll' return type from std::string to char pointer, and created a non-blocking version of the function
todo.txt Updated TODO; removed finished items
x86_64-w64-mingw32.txt Added relevant files for cross-compilation to windows