Little bit advanced MAZE game

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Artenis
Forum Newbie
Posts: 6
Joined: Fri Jul 11, 2008 4:54 pm

Little bit advanced MAZE game

Post 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!
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Little bit advanced MAZE game

Post 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
Post Reply