Files
2026-08-12 17:53:50 +02:00

11 lines
350 B
Markdown

# 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](https://git.magnusku.de/Magnus/topdown_game) code.