350 B
350 B
Project
This is a classic A* implementation written in c. The project is split into:
frontend: An interactive raylib visualizationbackend: The independent algorithm (can be used elsewhere)
Background
I wrote this as a prototype and copied it almost 1 to 1 into my other projects code.