CrustaShrimp / Snake

The old game snake
MIT License
1 stars 3 forks source link

Default settings #49

Closed CrustaShrimp closed 4 years ago

CrustaShrimp commented 4 years ago

General

I have made changes regarding some issue(s).

Enter issue number(s) here: #48 This should fix the issue. When starting the game, both the sound and difficulty have a default (on and uninitialised). The sound and difficulty could have already been changed by the user if a new game is started after an initial game was played. We can just check the sound and difficulty settings and use those as default for the starting screen. In case it is the first time, sound is default on and the difficulty is set to uninitialised -> easy In case it is not the first time, the sound and difficulty settings are initially the same as the previous game

I have: