Relative Content

Tag Archive for pythonpygamespritecollision-detectionpacman

Issue with sprite movement in a PACMAN-like game: may be related to collision detection or key pressing?

I’m making a pygame for a senior year school project due in less than a month and I am using a particular tutorial for PACMAN and adapting it to create my own game with a similar concept. However, as I am following this and changing the code a bit to suit my game, my character ‘mouse.png’ is not moving. I don’t know what led to this occurring, if it’s part of a particular function or wrong logic, so what how would I be able to fix this?