Me and some other guys are creating a game, and i would like to add a very simple menu with only Start and Exit Game. Now I already downloaded the Game state management sample, but thats a very long and complicated code. My question: someone knows a site or something where i can make such a simple menu or someone created such a menu by himself and wants to help me.
Im working in Xna4.0.
Edit: A Titlescreen with "press enter to start the game" or something like that would be nice too.
The Game State Management sample is not long or complicated.
My recommendation is to make your way through it until you understand how they implemented the menu system, which is close to the most basic menu that you can have, while maintaining the minimum functionality of what a menu should do.