osso73 / classic_games

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

Reset level score when starting a new game #64

Closed osso73 closed 3 years ago

osso73 commented 3 years ago

Right now the level progress bar is left untouched from the previous game, and only when you eat the first food the progress bar will die the right level. This needs to be reset as part of the variables reset when the level starts.

osso73 commented 3 years ago

Done, added a command in the start_game() method to reset the level_progress_bar.