feat: add basic ah game (Kinda shitty, i should use components)

This commit is contained in:
2026-08-12 01:37:36 +02:00
parent 405ef0baeb
commit 08a6df4e68
4 changed files with 231 additions and 521 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ cmake --install build --config Release
## Demo app
`lightkeeper` is the current demo application. It creates an SDL window, initializes the Destrum app, loads assets, sets up a scene, renders meshes, skyboxes, and a skinned animated character.
`lightkeeper` is the current game application. It launches **Star Catcher**, a small playable loop built from the engine's scene and rendering systems. Move the blue catcher with `A`/`D` or the arrow keys, catch orange stars, and press `R` to restart after three misses. Press `Escape` to quit.
## Development notes