Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the pacman and ghosts bigger than their Grid size #2

Open
2 tasks
shivangg opened this issue Mar 12, 2019 · 0 comments
Open
2 tasks

Make the pacman and ghosts bigger than their Grid size #2

shivangg opened this issue Mar 12, 2019 · 0 comments

Comments

@shivangg
Copy link

shivangg commented Mar 12, 2019

Currently, they can only be as big as the grid, that its a part of.
Making them bigger leads to their partial render because their render gets overwritten by later drawings on the canvas.

To solve this issue:

  • Draw the ghost second last.
  • Draw the Pacman last.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant