A tutorial on creating pathfinding in Python & Pygame. We will be using the pathfinding module to avoid doing complicated math and instead focus on implementing it in an actual project.
Timestamps:
0:00:00 - Intro + pathfinding theory
0:01:51 - Simple pathfinding project
0:12:14 - Creating the Roomba project
Project files: