Erich_L This is the first thing i have tried when i got to know the astar system.
If i use a map cell 96 x 96, it's ok, but i need to copy this map, so that's mean i have a map of 96 x 96 x 8 copies and the class built take too long to set, because too many cells.
So i need something more... efficient.
Between that, i have found some mistake in my code and i finally did it: some double values was created in the open node list and some node wasn't excluded correctly.
Now i have a "live" astar which work as expected (i see the emojies isn't set yet ?). Hoorah !