hpi-swa-teaching / GameMecha

A library providing implementations for common patterns in Squeak/Smalltalk game development.
MIT License
12 stars 2 forks source link

add Music Player [1] #40

Closed arthurz0 closed 6 years ago

arthurz0 commented 6 years ago

Story

As a student I want to have background music playing in a loop until I tell it to stop.

Description

  1. Why: Having looping sounds you can tell to stop is important for many games.
  2. What:
    • [x] play a looped sound loaded by the sound manager
    • [x] implement a method to stop the music
    • [x] create acceptance test documenting how to use the music player
ekrebs5 commented 6 years ago

accepted