mhaupt / basicode

a BASICODE interpreter written in Java
MIT License
2 stars 1 forks source link

add an option to slow down #6

Open mhaupt opened 11 months ago

mhaupt commented 11 months ago

As the interpreter is simply much faster than any of the original hardware BASICODE is running on, it would be good to slow execution down by adding a short sleep after each instruction, so that, e.g., animations would be less of a flickering experience.