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.
Have somebody some solutions whitch is the best way to do this?
Thanks!
Little bit advanced MAZE game
Moderator: General Moderators
Re: Little bit advanced MAZE game
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
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