game coding theory ?

Started by
0 comments, last by Norman Barrows 10 years, 1 month ago

hi there
what i want to do is make a game similar to the howler http://www.howler.com/ but i don't even know how to begin in my game i also want the player to progress using that sound thing so please give me some theories or if you actually know the method used that's even beter

Advertisement

seems to be a side scroller - upward thrust of the balloon seems to be controlled by volume of the sound coming in the mic. They also seem to do some sort of very loud sound to drop bombs.

The basic idea is to get microphone input, and monitor the incoming volume level. this should be possible with a low level sound library that has record capabilities. just record to a small circular buffer in ram, and sample the volume as you go.

Norm Barrows

Rockland Software Productions

"Building PC games since 1989"

rocklandsoftware.net

PLAY CAVEMAN NOW!

http://rocklandsoftware.net/beta.php

This topic is closed to new replies.

Advertisement