avaraline / Avara

Port of the original 1996 game from Ambrosia Software.
MIT License
122 stars 19 forks source link

decrease Elo adjustment as num players increase #408

Closed tra closed 4 months ago

tra commented 4 months ago

Divide the adjustment amount by sqrt(numPlayers-1) to account for increased randomness of multi-player games.

Also added boolean pref, "showElo", to show Elo adjustments after each game.