Hi
I am trying some pathfinding in 2d labyrinth,first improvised code and AI get stuck at one point in 2d Labyrinth
so second attempt I have researched pathfinding and found some tutorial and its about openlist and closelist
I thought I would start with simpler 4way solution first
maybe some tip about exercise for list program first,to understand lists first,which is new to me
or maybe tree's are better solutions?