dblock / slack-gamebot

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

Allow unbalanced teams #124

Closed dblock closed 8 years ago

dblock commented 8 years ago

See https://github.com/AlexLaviolette/slack-gamebot/commit/4b0c77a3677632a761c6756e95a23aef40ed5389.

AlexLaviolette commented 8 years ago

Currently in our office we use slack-gamebot for a Rocket League ladder.

There are some pretty large skill discrepancies between players which makes for some pretty competitive and balanced 2v1 or 3v2 matches - allowing unbalanced teams lets us increase the stakes and fun for those type of matchups.

dblock commented 8 years ago

Thanks @AlexLaviolette. I'll add a set command that makes balanced games optional for a team. You can of course beat me to it and contribute :)

Also #126 could help with nomenclature of the bot, lots of people use it for all kinds of non-ping-pong or chess type things.

dblock commented 8 years ago

Implemented in https://github.com/dblock/slack-gamebot/commit/bd753538de0c128eb7692518d3ecdd93d5e3a0ea.