Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Very simple menu in XNA [closed]

Tags:

xna

xna-4.0

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.

like image 484
Jack Avatar asked Oct 15 '10 10:10

Jack


1 Answers

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.

like image 128
Olhovsky Avatar answered Sep 28 '22 01:09

Olhovsky