relowe / gradbot

A javascript based robot simulator.
GNU General Public License v3.0
2 stars 7 forks source link

Runaway Loop Slowdown #16

Open pngwen opened 1 year ago

pngwen commented 1 year ago

If a robot script contains a bug or simply an empty loop, the infinite loop slows down the simulation. Find some way to stop this (for example, make every while or for loop have a delay somehow.)