aroberge / reeborg

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

Give users the possibility to use colours other than red/green for goals #341

Closed aroberge closed 7 years ago

aroberge commented 7 years ago

Currently, number goals for objects are indicated in red if they are not met or in green if they are met. token_goal7 token_goal_met

It would be useful, for some users, to have these colours configurable.

The choice should be saved in local_storage, and checked when a new session is initiated.