daward / lovebot

A game controller for the game "Love Letter".
0 stars 0 forks source link

Standings seem off... #6

Open daward opened 7 years ago

daward commented 7 years ago

When I run 100 games and 4 matches, the total games always reports 200, and the good guesser never wins. It also seems to say there's 2 games per match.

{ "gameParameters": { "numberOfMatches": 100, "gamesPerMatch": 2, "totalGames": 200 }, "standings": [ { "playerId": "Drop it2", "matchWinPct": 0.33, "matchesWon": 33, "place": 1 }, { "playerId": "Drop it3", "matchWinPct": 0.26, "matchesWon": 26, "place": 2 }, { "playerId": "Good Guesser McGee", "matchWinPct": 0.23, "matchesWon": 23, "place": 3 }, { "playerId": "Drop it", "matchWinPct": 0.18, "matchesWon": 18, "place": 4 } ] }

pkehrer commented 7 years ago

I'm somewhat certain that this is resolved after https://github.com/daward/lovebot/pull/13