Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Music handling #26

Open
mlobins opened this issue Dec 2, 2016 · 2 comments
Open

Music handling #26

mlobins opened this issue Dec 2, 2016 · 2 comments
Labels

Comments

@mlobins
Copy link
Contributor

mlobins commented Dec 2, 2016

The music from the home screen and the game screen operate on different ends. When the game over screen opens, the home screen song and game song play at the same time. Muting the game in the settings only mutes one of the songs. Change how the music threads are controlled by making a static music variable that would manage music for the entire scope of the program or address the issue where a new music thread is started in MainActivity.java. (200 points)

@Tektonbuilds
Copy link
Contributor

You can make the settings have a global state using the Singleton Design Pattern.

@Tektonbuilds
Copy link
Contributor

F16 OK (100 pts)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants