rapid-router icon indicating copy to clipboard operation
rapid-router copied to clipboard

Make the "general algorithm" more clear

Open faucomte97 opened this issue 4 years ago • 1 comments

The "general algorithm" is the algorithm around levels 30-40 approx. that uses repeat until at destination, go forward if road exists forward, else if road exists right, go right, etc... The problem is that the algorithm isn't clearly defined anywhere and isn't really introduced or labelled as such in the game and in the lesson plans. It also isn't clear when the levels try to show that the user cannot always rely on this algorithm to get the best solution.

The introductory texts, the hints, and the lesson plans need to make this clearer.

faucomte97 avatar Jun 28 '21 13:06 faucomte97

separate tasks have been created

lauracumming avatar Dec 01 '21 12:12 lauracumming

The code you have been using in the last few levels won't work here. Can you write something that still uses loops?

lauracumming avatar Feb 07 '23 08:02 lauracumming