Introduction

This topic is going to focus on the A* Pathfinding algorithm, how it’s used, and why it works.

Note to future contributors: I have added an example for A* Pathfinding without any obstacles, on a 4x4 grid. An example with obstacles is still needed.