My goal was to implement the full client/server and focus on integrating it with the graphics team.
I was able to get the packet class designed last week to work with our client/server implementation and set up unit testing.
It went about as expected for this week.
I want to continue working on integration between networking and graphics for next week and perhaps work on optimizations on the networking side if there's extra time. I was also thinking about setting up a pipeline for the repository now that there's testing.
I learned more about C++ in general, working with CMake and how to account for different systems, and how to set up unit testing using GoogleTest as a framework. I was expecting to learn more about testing this week but not the struggle with CMake.
Pretty good! I feel more settled in to the project.