Game Programming I – Assignment day 11

Added the soundclasses I’ve made to the main game project.

Overall they work, but some things will probably need to be fixed. For example, while there is no problem with the music, the sound to be played when pressing space get’s played several times simultaneously.

Probably the key input is being read several times so I tried adding the isDOWNonce function to the input, however that only helped slightly, perhaps I need to add a delay to the play function in soundclip…