ackwell / ninjabot

Ninjabot is not 'Just Another Bot'
10 stars 8 forks source link

Uno - persistent scoring system #21

Open spake opened 12 years ago

spake commented 12 years ago

Implement a system that keeps track of how many times each user has won the game, with a leaderboard that appears both on request with a command, and after each game. Persistence should probably be to a dotfile in the user's home folder, in the same location as .ncssbot_config.

icedingo commented 12 years ago

A global persistence system may be worth doing if there are other possible uses of it

spake commented 12 years ago

@IceDingo Good idea, you may want to open another issue for that.

ackwell commented 11 years ago

Persistence now implemented, this should probably be done as well.