I\'m currently writing a very basic Java game based on the idea of Theme Hospital.
I\'m quite new to Java and am currently studying at the university my fir
Maybe you found what you wanted, but here's a link with a nice explanation of A* pathfinding. I had to implement A* for my game in C++, and it helped me a lot to understand how it works.
http://www.abdn.ac.uk/~csc245/teaching/CS1015/practicals/aStarTutorial.htm