DFillmore / viola

Viola is a Z-Machine Interpreter written in Python.
19 stars 2 forks source link

zsnake.z5 doesn't work #82

Closed DFillmore closed 10 months ago

DFillmore commented 10 months ago

the snake does not move

DFillmore commented 10 months ago

The snake was moving, but the screen wasn't updating. The game would think the snake had crashed, but the screen would show the snake hadn't moved.

Fixed by updating the screen every time a timer fires.