Search found 1 match
- Thu May 29, 2014 11:46 am
- Forum: Support and Development
- Topic: Grid based movement with a movement cost.
- Replies: 8
- Views: 9046
Re: Grid based movement with a movement cost.
Ya, you should use weighted graph (your tile map) and one of the "shortest path problem" algorithms that solve your problem.