aroberge / reeborg

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

Add difficulty meter to worlds #395

Closed aroberge closed 6 years ago

aroberge commented 6 years ago

For students looking at worlds randomly, having a difficulty meter might be useful. For example, while world Rain 1 might be relatively easy, Rain 2, which looks very similar, is comparatively extremely difficult for beginners, due to the logic involved in identifying an open window.

aroberge commented 6 years ago

To try it, load World("/worlds/levels.json") and look at the world's info.

aroberge commented 6 years ago

Moved to Reeborg-howto