dblock / slack-gamebot

Ping pong, chess, pool and other games bot for Slack.
MIT License
129 stars 103 forks source link

Points at stake for a match between two players #168

Closed dblock closed 6 years ago

abarracu commented 6 years ago

Up

dcazzaniga commented 6 years ago

Would be a great improvement. It could something like this:

Or in the case I do not specify player1 the bot would compute points at stake btw me and the player specified

dblock commented 6 years ago

I implemented something better I think :) With elo ranking the game is worth different amount of points to different players. I made the equivalent of challenge called challenge?.

When it's worth the same:

pongbot challenge? someone
dblock challenging someone to a match is worth 48 elo.

When it's worth different elo.

pongbot challenge? someone
dblock challenging someone to a match is worth 53 and 55 elo.

Works with groups, unbalanced teams, etc.

Live now.

LMK what you think?