MY ROLE
Play with TRIBES Engine Networking Model.
Upgrade Prime Engine
Solo programming with C++, Lua, Python, and Networking(UDP, TCP)
PROJECTS
Zombie is upgrading Prime Engine’s networking using C++, Lua, and Networking(UDP);
Hack Image is using C++, Python and Networking(UDP, TCP);
Multiplayer Projects
2021.1 - 2021.5
SUMMARY
To learn more about the game engine and elevate
my programming skill. I took a game engine class during spring 2021.
Zombie
Prime Engine is an in-develop game engine provided by Artem Kovalovs.
What I did:
1. Upgraded UDP Tribes networking stack on Prime Engine
2. Implemented prediction and smooth for objects movements
Hack Image
Tasks:
1. Locating image server - UDP broadcast, get the address
2. Retrieving the password - TCP send test password
3. Retrieving image size - TCP
4. Retrieving image file chunks - UDP and check lost
5. Assembling file
I’ve implemented both python and C++ clients. Check the project here