2024-05-29

Pathfinding Guide

This guide provides an overview of pathfinding algorithms and explains visually supported how they work.

The following algorithms are covered:

The guid is written in C and Lua 5.4 and uses raylib for rendering. The code is available on GitHub.

History

2024-05-29

Uploaded the guide to the blog, covering Depth-first Search, Breadth-first Search, Dijkstra's Algorithm and A* Search Algorithm.

2024-05-18

Started writing the pathfinding guide.

🍪