Hello,
I am working on a game which I have Taggers and Runners, though for each round I need to determine how many taggers I should have.
Now I would do (Amount of players / 2 ) or (Amount of Players * 0.3) but I don't know if that would bring such a fun game experience for players.
What is the best way for me to determine how many taggers I should have per round in my game?