AndreaApr 24, 2020Pathfinding with Quadtrees and A*For some reason, I've always be fascinated by spatial partitioning with Quadtrees. However, when applying the A* algorithm to the...
AndreaApr 21, 2020The implicit importance of explicitWhile coding some basic stuff, I ran into a strange bug. To be fair, it looked strange to my (then) ignorant eyes. Let's say I had a...