NET-BYU / sss

11 stars 1 forks source link

Simulation mode runs faster than demo mode #3

Closed christopolise closed 1 year ago

christopolise commented 2 years ago

From @codyarvonen:

When running the command python3 main.py simulator to play the tetris game, the blocks fall like twice as fast as they do when running python3 main.py demo tetris -s. @apal6981

apal6981 commented 2 years ago

I have run the simulator and demo side by side and they seem to behave the same. Maybe this got fixed with other updates. @philipbl any thoughts?

philipbl commented 2 years ago

Yeah, I need to try to reproduce this myself. My guess is that the simulator code and demo code are calling the pygame tick function slightly differently causing one to run faster than the other.

christopolise commented 1 year ago

Doesn't seem to be an issue, but we'll keep an eye on it. Closing for now.