Implementing A* - open_list

Started by
9 comments, last by ankhd 11 years, 6 months ago
Hi. The way I did this was to have a bool inlist[n][m] that match your grid size then set it when you first come across the node. Then when done rest this list. I did it with vectors.

This topic is closed to new replies.

Advertisement