Project ScratchDuino Rainbow Rings
From scratchduino
(Difference between revisions)
Line 9: | Line 9: | ||
Students will need to program the sprite to exit the labyrinth. The ball moves through the labyrinth looking for an exit, check all possible ways. When programming, you must pay attention to the fact that the sprite should not cycle and stop until it finds an exit. | Students will need to program the sprite to exit the labyrinth. The ball moves through the labyrinth looking for an exit, check all possible ways. When programming, you must pay attention to the fact that the sprite should not cycle and stop until it finds an exit. | ||
[[Image:Project ScratchDuino Rainbow Rings.jpg|thumb|100px|left|Code Listing]] | [[Image:Project ScratchDuino Rainbow Rings.jpg|thumb|100px|left|Code Listing]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Revision as of 06:47, 28 April 2018
Contents |
Link to author's page
Link to author's page (Diana Berezhnaya)
Description of the project
Students will need to program the sprite to exit the labyrinth. The ball moves through the labyrinth looking for an exit, check all possible ways. When programming, you must pay attention to the fact that the sprite should not cycle and stop until it finds an exit.