UoB-COMSM0110 / 2024-group-3

0 stars 1 forks source link

Fix bug: wall cells remain on screen after being destroyed #69

Open chriskerrc opened 3 months ago

chriskerrc commented 3 months ago

When the snake destroys walls with venom, some wall cells remain on the screen, but the snake doesn't collide with them. This seems to indicate that they're being removed from the game metadata but not the screen display.