eraether / WatchWordBot

A slack bot that plays the game WatchWords
MIT License
3 stars 4 forks source link

Add ‘balance’ command to organize teams based on trueskill #43

Open eraether opened 8 years ago

eraether commented 8 years ago

Created by eric (Eric Fields)

eraether commented 8 years ago

Easiest implementation: Permute through every combination and pick out the game closest to 100% balance (while ensuring that each team has at least 2 players).

However, this might be intractable for 8+ people, so we need a better way.