UoB-COMSM0110 / 2024-group-3

0 stars 2 forks source link

Fix bug: frame rate vs wall destruction #70

Open chriskerrc opened 5 months ago

chriskerrc commented 5 months ago

Ziyuan found a bug where the frame rate of the game is too high to process the destruction of the wall, so some wall cells are not destroyed. To replicate this bug, move the snake from one end of a wall to the other, destroying it with venom. Reducing the framerate to 5 fixes this.

chriskerrc commented 5 months ago

Probably fixed