dblock / slack-gamebot

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

Support tournaments. #55

Open dblock opened 8 years ago

dblock commented 8 years ago

Tournaments are like seasons, but they are played with different rules, such as the winner moves forward, players are shuffled, etc.

pivotal-mikegresham commented 8 years ago

@dblock you could integrate with Challonge to handle this. http://api.challonge.com/v1

Then you could gamebot tournament tournament-name tournament-type

Players then

gamebot check-in <tournament-name>

and so-forth with the tournament start, match announcements, advancement, etc.

ghost commented 8 years ago

@pivotal-mikegresham I like that idea. We use challonge to manage our tourneys.

dblock commented 8 years ago

That looks interesting. I'd take pull requests ;)