aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

Implement solved badge #409

Closed aroberge closed 6 years ago

aroberge commented 6 years ago

Find a way to implement solved badge - adding it to the world's description.

One idea; use local storage to keep track of collection and task.

Also, color the html select to show at a glance that it has been solved. Perhaps use green for this or add checkmark character.

Do this via a function, something like RUR.mark_solved().

aroberge commented 6 years ago

This was done in a different way.

However, need a way to save progress and upload it to a different browser.

aroberge commented 6 years ago

Looking at the archives, I thought of this very early on - see issue #9 and thought it would not be possible to implement in a useful way.