Pathfinding 2D Java game?

后端 未结 5 1933
日久生厌
日久生厌 2020-12-13 15:51

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

5条回答
  •  悲&欢浪女
    2020-12-13 16:17

    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

提交回复
热议问题