Non-tile-based 2D path finding. Part 1
I took some time out to experiment with path finding for a (secret) game I’ve been planning for some time. Loosely, it’s a 2D platformer with tap-to-move controls. What I achieved Before I let on what or how I did it, here is what I achieved so far: Code builds a non-tile based path (navmesh) […]