DuncanKeller / dunGeon

A networked, multiplayer, competitive, rougelike deathmatch
6 stars 0 forks source link

Menu System #5

Closed DuncanKeller closed 12 years ago

DuncanKeller commented 12 years ago

Menu Manager

Can switch between menus with ease Uses some kind of generic menu to store active menus

Menus

Main Start server -Starts new server in a thread after everything is selected -Manage game type, other settings -Jumps to character select once server starts -Show IP address for other players Join Server -Enter new server, saves to a .config -Browse servers, or just jump into one -Dumps player into character select -Manage team & shit in new screen Options -Make it a stub for now

DuncanKeller commented 12 years ago

Still to do:

-Endgame -Re-Initialization -Backing out of menus (including lobby)

DuncanKeller commented 12 years ago

I'll call this done after I get backing out of menus working and a couple larger bugs fixed

DuncanKeller commented 12 years ago

I feel OK calling this done. Lobby still needs reworking, but the framework is all there.