Tagged Questions
1
vote
5answers
2k views
How to pause and resume a game in XNA using the same key?
I'm attempting to implement a really simple game state system, this is my first game - trying to make a Tetris clone. I'd consider myself a novice programmer at best. I've been testing it out by ...
6
votes
3answers
932 views
How should the actual game interface with the menu system
I'm using the Game State Management (GSM) concept in my prototype and I like it very much. One of the screen has a "Game" embeded in it, where all the "good stuff" happens. The menu launching the game ...
2
votes
2answers
665 views
States, actions logic am I doing it right?
Currently I have the follow states:
Need To Run
Run
Need To Walk
Walk
Need To Fight
Fight
Am I misunderstanding it and mixig possible actions with states ?
I mean, to me Need To Run would either ...
1
vote
1answer
148 views
Followed the XNA GameStateManagement sln, but my doesn't work. What am I doing wrong?
If someone has the time I wanted to know if you would be willing to check out my solution file here: http://elvis.rowan.edu/~majeko02/AwesomeShip.zip
I followed the XNA GameStateManagement on AppHub, ...