all reachable nodes, neighbors that are not walls, water or any other unreachable node. Add all of them to the “open list”, for each one of the nodes, save the previous node (in this case node A) as a father node. This reference will be crucial when we want ot make the trackback.