awiggs / chip-gr8

Chip-Gr8
http://chipgr8.io
MIT License
4 stars 1 forks source link

Pygame display flashes excessively on Windows when run with smoothing option #41

Closed torreyr closed 5 years ago

torreyr commented 5 years ago

Probably Windows-specific because Eric doesn't have this problem on his Mac. The game display flashes excessively and sometimes doesn't display anything for long periods of time. When using F5 to pause the game and F6 to step through the instructions, the entire screen is redrawn each time, it appears.

To replicate:

python -m chipgr8 -r pong -s

Video capture of gameplay: pong_smooth

Video capture of stepping through: pong_stepping

ejrbuss commented 5 years ago

a3fb390ef416d330a91ca645e1dbfac17bb483bb may have fixed this, need verification

ejrbuss commented 5 years ago

fixed.