CorpHackRyan / RP-Spaceoids

Spaceoids - asteroids game clone game. A project idea created with the intent of learning to work collaboratively on the same code base, learn and implement features of GitHub such as discussions, issues and actions, and most importantly improve problem solving and code implementation. The bulk of this code was created by Patrick Pragman (https://www.pragman.io/)
0 stars 2 forks source link

Game menu restructure #18

Open CorpHackRyan opened 3 years ago

CorpHackRyan commented 3 years ago

Not an issue, but an idea..

When the main menu pops up, you only have the options of single/multi player, high score and quit. when you select the single game option, then a new menu appears with various options.

ie; name, # of rox, difficulty level, timer setting, etc etc (going even further, have an option to set defaults)

multiplayer would have different settings but just the same

patpragman commented 3 years ago

@CorpHackRyan, totally, this is something that's pretty easy to do with pygame_menu. I just kind of threw something together while I was tinkering, but I can see a bit better how the menu system works now that I've implemented the "high score" page - it's a menu too. We could probably abstract a lot of this out too