Multiplayer Survival Game

  • A multiplayer survival game that takes inspiration from mythology and civilizations from different time periods. This game aims to allow the user more control over their journey with multiple paths they can take which affect the world around them.
  • Some of the issues I learned to overcome were replication between the server and clients, client-side prediction to avoid latency being a noticeable issue, server authority validation to prevent cheating, and high-performance programming for an overall improved player experience.
  • This is a work in progress, with the main intent being to learn the technology. If the game gets advanced enough to be released, that would be an added benefit.
Multiplayer Survival Game

Relevant Skills

C/C++C++ is the programming language used with Unreal Engine to develop games