eraether / WatchWordBot

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

Store match history #46

Closed eraether closed 7 years ago

eraether commented 8 years ago

Created by eugene (Eugene Raether)

msblum commented 8 years ago

to specify, this ticket is about storing match information for advanced player statistics and should include all player actions and their results (with the exception of the actual words guessed and clues given). For example in a round where the cluegiver gives a 'word 5' clue, i would like to have stored the number of words the cluegiver intended to have guessed (5) and the number of correct guesses by the guessing team. Additionally match-wide I would like to keep track of number of wins and losses as well as number of clues needed to win (assuming asesino doesn't figure in). Any other stats that might be interesting you can add as well!

eraether commented 8 years ago

In addition to high-level statistics it might be equally interesting to simply store every user action taken during a game, including chat messages. This would also help when moderating abuse.

eraether commented 7 years ago

Won't fix. Out of scope.