group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
MatchSystem.hpp File Reference

Match system for handling match logic and win conditions. More...

Include dependency graph for MatchSystem.hpp:
This graph shows which files directly or indirectly include this file:

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 &registry, int killsToWin)
 Checks if any player has met win condition and updates their PlayerMatchStats accordingly.
 
void systems::resetStats (Registry &registry)
 Resets all players' match scores to initial values.
 

Detailed Description

Match system for handling match logic and win conditions.