Open ManPython opened 7 months ago
@ManPython @educ8s
# self.eat_sound = pygame.mixer.Sound("Sounds/eat.mp3")
# self.wall_hit_sound = pygame.mixer.Sound("Sounds/wall.mp3")
# self.snake.eat_sound.play()
# self.snake.wall_hit_sound.play()
Hope this solves your issue, and helps others facing problems too!
https://github.com/pygame-web/pygbag/issues/163
I'm doing this but not working for me. @educ8s can you confirm that this is still actual or pygbag is not compatible more?