Hey Guys,
I have a problem with my regions and can't solve it. :/
I'm creating a Tower Defense Map and my Creeps are supposed to go a specific route. My Map has 17 regions which have to be passed until the Player loses a life. The players are able to create their own mazes with their towers. (just like Gem TD)
If a Player creates his maze in a way that causes the creeps to walk over another region, the creeps will walk to the next region.
For Example:
normal Way: 1->2->3->...16->17
players Way expected: 1->2->5->3->5->4->5->...16->17
players Way real: 1->2->5->6->...16->17
I hope you understand my problem. :x
Is there a solution to let them walk the expected way?
I have a problem with my regions and can't solve it. :/
I'm creating a Tower Defense Map and my Creeps are supposed to go a specific route. My Map has 17 regions which have to be passed until the Player loses a life. The players are able to create their own mazes with their towers. (just like Gem TD)
If a Player creates his maze in a way that causes the creeps to walk over another region, the creeps will walk to the next region.
For Example:
normal Way: 1->2->3->...16->17
players Way expected: 1->2->5->3->5->4->5->...16->17
players Way real: 1->2->5->6->...16->17
I hope you understand my problem. :x
Is there a solution to let them walk the expected way?