Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Day 6: Working build and sound effects

Day 6: Working build and sound effects

mousetail
mousetail
Week of Awsome III journal · · 1 min read
2,012 3
Sound effects! Coins bleep, spaceships explode, transitions sis. Most of the effects are kinda lame, but the coin one is nice. I found this cool program that would generate sound effects called SFXR, and I used that one for the coin and the explosion. You just press "Random sound" until you get one you like.
I also added the turtle enemy. It is very slow and big, and takes 10 hits to kill. Considering you can do rapid-fire, that isn't really hard. They are worth a lot of coins though.

I also py2-exe built the program so people can test it. This usually takes a long time, but in last years contest, I found a tool called pygame2exe that did some of the dirty work if you had configured it properly. The compiled files are here, (just extract and run main.exe) If a few people could try it and comment on the music, the FPS, and anything else it would be nice.

Discussion

Loading comments...