zengm-games / zengm

Basketball GM (and other ZenGM games) are single-player sports management simulation games, made entirely in client-side JavaScript.
https://zengm.com
Other
361 stars 131 forks source link

add on-off per 100 stats #433

Closed nicidob closed 1 year ago

nicidob commented 1 year ago

These were fun to add. I hope I did it right. It's across 10 files so needs a check. Probably some slight performance hit since there's now a write for all players (not just on court) and a really annoying "includes" check for number[] in there.