You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
When the player starts a new game, he starts with a score of zero, for each correctly answered question the score expands by 1. If he guesses wrong, then the game ends and the score is output. The score and the user could be stored in a database and it could be possible to show the player a history of his past scores by command.
You could also combine this with a global scoreboard.
The text was updated successfully, but these errors were encountered:
Sounds good, I feel like you mean a streak system right … so if I guess 20 codes in a row, I have/had a 20 streak. The current leaderboard kinda works the same, each guess = +1 point., should that be removed or should / can it stay? Maybe I could move it to a sub command group
/ leaderboard
/ streak leaderboard etc
Might think about this feature for later on, as the bot isn’t too much fun at the moment (due to less codes added for each language) - there are 5/language on the random mode and only one on the Discord version. A new idea there would be helpful enough 😅
What do you think about a score system?
When the player starts a new game, he starts with a score of zero, for each correctly answered question the score expands by 1. If he guesses wrong, then the game ends and the score is output. The score and the user could be stored in a database and it could be possible to show the player a history of his past scores by command.
You could also combine this with a global scoreboard.
The text was updated successfully, but these errors were encountered: