Contricted A* problem
- by Ragekit
I've got a little problem with an A* algorithm that I need to constrict a little bit.
Basically : I use an A* to find the shortest path between 2 randomly placed room in 3D space, and then build a corridor between them. The problem I found is that sometimes it makes chimney like corridors that are not ideal, so I constrict the A* so that if the…