Tag Archives: udp

Client/Server Test Applications

I made a couple of simple applications that I’ve been using to test the latest client and server code. It’s certainly helped me find and fix a few bugs already. I feel like the code is pretty solid now. I … Continue reading

Posted in Game Development | Tagged , , , | Leave a comment

Network Server

I’ve been working on the network server code over the past week. It’s modular in design, meaning I can replace the existing module on all of the server applications and they will automatically use the new, optimized code. I’m implementing … Continue reading

Posted in Engine Development, Game Development | Tagged , , , , , | Leave a comment