Update pman.py

This commit is contained in:
2025-04-15 22:27:28 +02:00
parent 0776a21bff
commit c4c7c7caae

View File

@@ -104,6 +104,7 @@ def main() -> None:
ghost.update(maze, pacman)
ghosts.draw(screen)
scoreboard.draw(screen)
pygame.display.flip()
clock.tick(60)