-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Add temporary achievement progress #53
Comments
Hey I'm a beginner in open source but i think I can add this Enhancement. Can you assign this to me? |
Yes @sudesh7447 , i am assigning you this, you can later submit a pull request mentioning this issue, i will review it and merge . |
Thanks sir! can you explain the task a little bit more specifically? |
Sure!
Intended behaviour: The "Lazy" bar keeps showing the 2 lazy moves that you did, in a different colour (maybe red), after the game. This transient progress does not reset between games, even though the actual progress resets between games. Actual behavior: The "Lazy" bar clears, and you lose all your progress. |
Currently there are two ways of validating achievements: Either the achievement's progress is saved, or the achievement's progress is transient. For transient achievements, the progress bar doesn't show up.
Edit the transient acheivements checking function and associated data so that a progress bar for the acheivements shows up.
The text was updated successfully, but these errors were encountered: