|
group2 0.1.0
CSE 125 Group 2
|
Match system for handling match logic and win conditions. More...
#include "ecs/registry/Registry.hpp"Go to the source code of this file.
Namespaces | |
| namespace | systems |
| Client-only input sampling system — split into two halves so mouse look can run every iterate() (smooth camera at any FPS) while movement keys run once per physics tick group (server-consistent). | |
Functions | |
| bool | systems::handleWinCondition (Registry ®istry, int killsToWin) |
| Checks if any player has met win condition and updates their PlayerMatchStats accordingly. | |
| void | systems::resetStats (Registry ®istry) |
| Resets all players' match scores to initial values. | |
Match system for handling match logic and win conditions.