Clear Code
patreon
Easy pathfinding in Python [almost without math]
🕑 Added 2021-11-08 22:02:39 +0000 UTCA 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: