spookybear0 / laserforce_ranking

Ranking and matchmaking of laser tag players
https://laserforce.spoo.uk
MIT License
4 stars 2 forks source link

Refactored SM5 replay code. #87

Closed EboMike closed 6 months ago

EboMike commented 6 months ago

More common logic into a base class that can also be used by the Laserball replay, and have everything inside a class so we don't have to pass a bunch of arrays around across all the functions. Removed over 100 LOC from the SM5 replay code. This allows for more persistent state, so we can add the elimination sound. Also added some more fine-grained tests.