Occluded Ghosts in Pacman

Issue #3 resolved
cdann@cdann.de created an issue

Ghosts are occluded by the food after 1 episode. See the canvas.tkraise and canvas.lower of Tkinter on how to fix this.

Comments (2)

  1. Will Dabney

    This is resolved in my latest commit (to the pull request). Added a method in graphicsUtils called raiseImage that does what it sounds like, and called it on the ghost image parts in move ghosts/eyes.

  2. Log in to comment