π Devlog #6 β Settings Menu (Sound & Speed)
This update focused on adding and improving the settings menu to give players more control over gameplay, specifically sound and game speed.
βοΈ Settings Menu
I implemented a settings menu where players can adjust key game options instead of everything being fixed in the code.
π Sound Control
I added a sound option that allows players to enable or disable game audio, making the experience more flexible depending on preference.
β‘ Speed Control
I added a speed setting that changes how fast the Snake moves. The speed levels are slow, Normal, fast, and Extreme.
π§ Menu Integration
The settings menu is fully connected to the main menu and game loop, so changes apply correctly without breaking navigation or gameplay.
π§© Stability
I made sure settings updates donβt interfere with saving, restarting, or switching between menus.
This might be my last update, unless I do some last minute edits :
π Devlog #6 β Settings Menu (Sound & Speed)
This update focused on adding and improving the settings menu to give players more control over gameplay, specifically sound and game speed.
βοΈ Settings Menu
I implemented a settings menu where players can adjust key game options instead of everything being fixed in the code.
π Sound Control
I added a sound option that allows players to enable or disable game audio, making the experience more flexible depending on preference.
β‘ Speed Control
I added a speed setting that changes how fast the Snake moves. The speed levels are slow, Normal, fast, and Extreme.
π§ Menu Integration
The settings menu is fully connected to the main menu and game loop, so changes apply correctly without breaking navigation or gameplay.
π§© Stability
I made sure settings updates donβt interfere with saving, restarting, or switching between menus.
This might be my last update, unless I do some last minute changes tomorrow.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.