s0lst1ce/PixelBrawl

Add sound

Opened this issue · 2 comments

Adding sound to the game would give it a nice additional dimension. This should be easily done with the pygame.mixer module. Also if anyone whishes to contribute to give sounds I'm open to proposals.

Won't add sound just yet because I've found that it causes pygame to use an entire core just to keep it alive, no matter the processing power of the CPU. See Pygame issue 331 for more information. I will add sound whenever this is fixed or when it'll be the only thing I haven't added that I can think of.

The issue has been fixed as far as I am concerned so I'm reopening this issue.