Find2D Astar Algorithme Node.Js
Hi,
Do you know A*(A Star)?Astar, is best algorithme for join A point to B point in 2D Game managing.But Astar is not really an IA algothime because, it not intelligent, he just try join end point with a static algorithmic.
I create this one for Node.js and now i can create many complexe game, for example:Tower defense game, point and click game, RTS game,...
Install
$ npm install find2d