Chronomancer Siege


Chronomancer Siege

Chronomancer Siege is a game I made in less than 10 weeks for the Ubisoft Game Lab Competition 2017. It's an online cooperative brawler with a touch of puzzles, in which you must play with time to defeat your enemies.

The players can record/rewind at any time during a fight and there's always a lot going on. Therefore, one of the biggest technical challenges of this game was to perfectly rewind the state of all actors while, at the same time, minimizing the network lag and making it look smooth for the player.

Overall, I think we did a good job: the skeleton bones rewind smoothly and accurately every frame, there is no noticeable lag over the network and the game state is never broken.

Technologies:

  • Unreal Engine 4
  • Visual Studio (C++)
  • Perforce

Features I implemented:

  • States Recording and Rewinding
  • Bones Recording and Rewinding
  • Network Replication and Optimization
  • Game Loop
  • Level Streaming
  • Checkpoints System
  • Enemy Waves System
  • Pillar Puzzles System
  • Death Rewind and Respawn
  • Wwise Events Integration
  • Build Automation