WIP docs: commenting in player.c/player.h and README updates

This commit is contained in:
2026-06-16 13:23:01 -04:00
parent 944c6c8da4
commit 1e597beeee
4 changed files with 14 additions and 6 deletions

View File

@@ -10,6 +10,8 @@ It consists of several components:
- `src/main.c`, Main script. Takes all other src and actually renders the engine.
- `src/physics.c`, All the science & math crap. Ugh. (physics.h: exposes UpdateEntities function)
- `src/render.c`, Rendering of entities. Entities are currently limited to rectangles for... no particular reason. (render.h: exposes DrawEntities function)
- `src/player.c`, Player control scripting. (player.h: exposes UpdatePlayerControls function)
- More stuff in src. README in progress.