simon987 / Much-Assembly-Required

Assembly programming game
https://muchassemblyrequired.com
GNU General Public License v3.0
925 stars 87 forks source link

Achievements #218

Open simon987 opened 4 years ago

simon987 commented 4 years ago

(This is a draft)

It would look something like that:

    // Handle division by zero error
    user.getStats().addToStringSet("achievements", "division-by-zero");

    user.getSet("achievements"); // ["division-by-zero", ... ]
imerljak commented 4 years ago

I would like to tackle this one. Can you give me a bit more info on the task? Like where this Listener should be located. (Or where these achievements will be generated).

simon987 commented 4 years ago

Hi, thank you for the help! For now you can put a dummy achievement division-by-zero (Check if the error flag is set after CPU.execute() was called) just to have something to display in the leaderboard and we can go from there, let me know if you have questions!

OccultSlolem commented 1 year ago

Are you still looking for help on this issue? I can make a night of this, maybe get some Game Center/Google Game Server integration too.