monuelo / i-just-want-to-play-tetris

Please let me play Tetris in peace
https://tetris.hericl.es
MIT License
15 stars 3 forks source link

feat(muteMusic): add toggleMusic() to tetris.js #19

Closed c-grigsby closed 2 years ago

c-grigsby commented 2 years ago

Issue #14 Add option to mute music

Implemented functionality to mute music during game play. The toggleMusic method was added to tetris.js with supporting UI functionality in main.js & index.html.

monuelo commented 2 years ago

Thank you, @c-grigsby. I believe that it closes #14