LWJGL Forum

Programming => General Java Game Development => Topic started by: ojman101 on October 26, 2014, 20:49:15

Title: How to implement A* pathfinding
Post by: ojman101 on October 26, 2014, 20:49:15
Hello, I've managed to get a base of a 2D game but was wondering how to add A* pathfinding in my game.
Title: Re: How to implement A* pathfinding
Post by: Cornix on October 26, 2014, 23:24:00
A* pathfinding is really simple and well documented. You should be able to find plenty of tutorials if you simply do a search on the internet.
Title: Re: How to implement A* pathfinding
Post by: ojman101 on October 27, 2014, 10:48:47
This looks like a good one.
http://www.cokeandcode.com/main/tutorials/path-finding/ (http://www.cokeandcode.com/main/tutorials/path-finding/)