Files
a-star/README.md
T
2026-08-12 17:53:50 +02:00

350 B

Project

This is a classic A* implementation written in c. The project is split into:

  • frontend: An interactive raylib visualization
  • backend: 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.