osso73 / classic_games

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

Make icons on snake toolbar change #68

Closed osso73 closed 3 years ago

osso73 commented 3 years ago

Currently the icons on the toolbar are fixed. They should change:

osso73 commented 3 years ago

Algo do t'he same for all games

osso73 commented 3 years ago

Already done for buscaminas. Changing buttons for game mode, mute and level.

osso73 commented 3 years ago

Done for ahorcado. Mute button.

osso73 commented 3 years ago

Done for 15puzzle, mute button.

osso73 commented 3 years ago

Done for 2048, mute button.

osso73 commented 3 years ago

Done for memory, mute button.

osso73 commented 3 years ago

Done for pong with pause button, and snake with pause and mute buttons. I keep pause button separated from new game button for simplicity, although they could be the same button. But this would require additional logic to detect if the game has to start from 0, or just activate motion. And would not allow a game to restart without being finished. So I prefer having two separate buttons.

osso73 commented 3 years ago

All buttons implemented, issue can be closed.