The winner of a game is the player with the most points in total for the game. Points are scored per question. To calculate points for a question, calculate 1000 * ( 1 - ( [response time] / 240 )) and round this number down.

In case that multiple players have the same amount of points, there are multiple winners.

Bonus

We want to remove the bots from the winners. So these should be filtered out.

Tip

Instead of calculating the bots again, you could pass a list of the bots found.