You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the program is terminating before the level completion, the game is immediately reset in RoboZZle Droid, however in javascript beta version, you are able to see where the robot ended up when the program terminated. It is sometimes useful to see the last cell, when making part by part. For example if I start from subroutine I often put something like F2 as only command in F1 to see whenever it works as expected before making F1 code for real. In the android version I have to set a break point on the cell where it is supposed to arrive instead and then execute the last steps manually.
So, it would be nice if during the dialog "No more instructions to execute, you are lost", the robot was at its last position and was reset when the dialog is closed.
Same goes to the other kind of failure. It would be nice to see where did the robot go off the track and what direction it was facing at the moment.
When you win, it's more satisfying to see the final state of the map, when there are no stars left.
The text was updated successfully, but these errors were encountered:
If the program is terminating before the level completion, the game is immediately reset in RoboZZle Droid, however in javascript beta version, you are able to see where the robot ended up when the program terminated. It is sometimes useful to see the last cell, when making part by part. For example if I start from subroutine I often put something like F2 as only command in F1 to see whenever it works as expected before making F1 code for real. In the android version I have to set a break point on the cell where it is supposed to arrive instead and then execute the last steps manually.
So, it would be nice if during the dialog "No more instructions to execute, you are lost", the robot was at its last position and was reset when the dialog is closed.
Same goes to the other kind of failure. It would be nice to see where did the robot go off the track and what direction it was facing at the moment.
When you win, it's more satisfying to see the final state of the map, when there are no stars left.
The text was updated successfully, but these errors were encountered: