Game state managment

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
netrick
Posts: 5
Joined: Thu Dec 20, 2012 3:56 pm

Game state managment

Post by netrick »

I want to handle different game states in my game (menu, intro, singleplayer, multiplayer etc). I want to know if there are any good articles / code examples how to manage states properly in irrlicht?
lymantok
Posts: 67
Joined: Mon Dec 31, 2007 6:13 am

Re: Game state managment

Post by lymantok »

This should get you started:

http://irrlicht.sourceforge.net/forum/v ... =1&t=19949

Enjoy!
Post Reply