Page 1 of 1

Little bit advanced MAZE game

Posted: Tue Dec 21, 2010 5:02 am
by Artenis
Hi Guys!
I`am stuck there with something like maze game, but bit more advanved.
There is one starting point, but four exists, for now i dont how much idea`s how to do that.
There is an example with orginal size of this maze game and standart exit points which will be in the game.
maze_game.jpg
maze_game.jpg (69.71 KiB) Viewed 650 times
Have somebody some solutions whitch is the best way to do this?
Thanks!

Re: Little bit advanced MAZE game

Posted: Tue Dec 21, 2010 7:01 am
by Darhazer
What is the question actually?
How to make four exits? Well, how you made the first one?
Or where to start from? Find a tutorial about creating maze games.

Well, actually I would have a matrix (10 x 10 in the case) with references to the objects (the player, the empty spaces and the exits, probably some walls as well) and implement the movement.
As soon as player try to move, you check what object is on that place and decide what to do.

Hope that does make sense. Please be more specific in your next posts