the-isf-academy / quest

Wrapper over Python Arcade for first-year CS students making a top-down adventure game
0 stars 2 forks source link

Background music #39

Open cproctor opened 4 years ago

cproctor commented 4 years ago

Describe the feature Background music adds a lot to the sense of atmosphere and presence in games. I propose an extension to QuestGame which provides some easy methods for starting and stopping background music. Arcade already supports this, so it's really just an issue of making it easy to use.

Example usages Perhaps some of the following would be useful methods. If background_music property is set, it should automatically start at the beginning of the game.

self.start_background_music()
self.stop_background_music()

BTW Here's a site with lots of freely licensed music