Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Had enough time for a brute force path finding. Actually used it in two cases once for generating the map and once for the actual pathfinding of the cars. But it's really nothing special, if you want you can check the code of the car pathfinding in car.js > class Car > findPath(x,y)