e-caste / boggle-telegram-bot

A Telegram bot to play boggle (ITA: il paroliere) with friends
https://t.me/boggle_paroliere_bot
GNU General Public License v3.0
1 stars 0 forks source link

Add feature: track points of multiple games #34

Closed e-caste closed 4 years ago

e-caste commented 4 years ago

At the moment, I've decided to not implement this, since it is way simpler to keep track of scores on your own, but it could be a nice feature to implement.

e-caste commented 4 years ago

This should be easy to implement with a /last n command, where n is the number of most recent games in a group chat. It should print a formatted player ranking, summing their points from the chat_data['games'] list