lstrzebinczyk / the_game

1 stars 2 forks source link

Pathfinding #33

Open lstrzebinczyk opened 10 years ago

lstrzebinczyk commented 10 years ago

Currently when person goes to a different place, he follows step by step with really simple rules. Also they go through all impassable terrain now.

This is not a big issue now, but once a couple of building is in place, going through walls will silly.

We need A* pathfinding algorithm implemented for this reason.

lstrzebinczyk commented 10 years ago

Also, it would be cool to have a switch in menu to turn path rendering on/off. I want to see those: D