Top "Pathing" questions

Algorithm to find the shortest path, with obstacles

I have a collection of Points which represents a grid, I'm looking for an algorithm that gets me the shortest …

java algorithm pathing
How do I have spaces in a MSBuild WebProjectOutputDir?

I am trying to call MSBuild from a command line. Everything was working fine when I was using a path …

msbuild directory-structure pathing
moving an object from point to point in a linear path

I'm trying to move a sprite across the screen in a straight line, towards on the location where've I touched …

java algorithm coordinates game-physics pathing
Map-Navigation Project, How is road data generally stored/represented?

Navigation systems like the Garmin and TomTom have always fascinated me. I've wanted to implement small map/navigation applications to …

navigation maps graph-theory file-format pathing