vilihegyi / pacman

Classical PACMAN game written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve rendering when collecting fruits

vilihegyi opened this issue · comments

Currently when we collect fruits we delete all the fruits from the map and recreate them. For this, rendering takes a lot of time and it can influence badly the user experience.

Maybe a simpler way to 'hide' or to remove the collected fruit without affecting the whole map to be rendered again can be useful in this case.