SaitoTech / saito-lite-rust

a version of the Saito-Lite client written for compatibility with the Saito Rust client and binary data format
24 stars 28 forks source link

League Module is counting all Poker games played #1339

Open The1Duke opened 1 year ago

The1Duke commented 1 year ago

The League Module is counting all poker games played by participants. This includes: 1) Games played against players outside the league, without creating the invites through the module. 2) Game played against league participants without creating the invites through the module.

As long as ONE participant in a poker game is part of the league, the game will be counted.

f8daniel commented 1 year ago

Do you mean this League? image

It isn't counting any games (as attested to by everyone having a score of 0). Nevertheless, unless you specified options for the league, it should count results for any poker game created through any method.

There is a big change coming to Poker/Blackjack for Leagues (and eventually Quake). Rather than having just a final "winner" updated at the game over, the league will update scores from every hand/round of play (as instructed by the game modules). It should work with either an ELO or EXP ranking algorithm, though I think the EXP scoring system will award an extra bonus to the last person standing.