Closed tedhyu closed 2 months ago
Hi Dr. Yu,
I’ve identified the issue you mentioned. In a 3-player game, during the 1st and 3rd rounds, the score seems incorrect as the 2nd place player received 1 point and the 3rd place player received 2 points, while the 1st place player correctly got 3 points. However, all the scores in the 2nd round are correct. It looks like there's an issue with determining who took 2nd and 3rd place after each round in a 3-player game.
Today, I worked for about 10 hours and implemented several new features:
@tedhyu
That’s amazing Tony. Good job!
https://github.com/tridecco/game-server/commit/915e6d94a811b6289117597a1b3552bb85d881fe
endPlayerRound
is called in the correct sequence based on player completion.
In a 3 player game, for the 1st and 3rd round, the score seems to be incorrect as the 2nd place player got 1 points and 3rd place player got 2 points. The 1st place player correctly got 3 points.
In the 2nd round, all scores are correct.
There seems to be some issues with who took 3rd place or 2nd place in a three player game after each round.