osso73 / classic_games

A series of classic games in Kivy
MIT License
3 stars 1 forks source link

Add buttons mute and pause #51

Closed osso73 closed 3 years ago

osso73 commented 3 years ago

Add a mute button to mute sound. And pause button to pause the game (i.e. set the GameBoard.active flag to False).

Buttons to be added to the top menu, using icons.

osso73 commented 3 years ago

Buttons implemented. I added a couple of boolean variables to control mute and volume in GameBoard.