0
Can someone help me create a 2D mini-maze
you start with .= open space x= you o= exit w= wall this is how the maze starts o... ww.w xw.w .... where you need to move either left, right, up, and down trying to get the x to go up to the A and then you win. It's a Lil side project I'm trying to do but can't figure out how to start. Thanks guys.
1 Answer
0
What is the goal of that project?
If it is to find a path to the exit of the maze, you should take a look at everything related to path finding algorithms.