sourencho / ungroup_game

A multiplayer game about temporary alliances written with a custom engine in C++ and SFML
14 stars 1 forks source link

Game loop improvements #107

Closed sourencho closed 4 years ago

sourencho commented 4 years ago

[0a2be30] Split game loop into preUpdate, update, postUpdate

[84a9c60] Create GameObjectController

[e85d352] Disable ClientGameController test

[3040f39] Minor cleanup