997 B
997 B
KKND2 Auftrag — openkknd-qwen14b (qwen2.5-coder:14b)
You own this tree: /home/vx/src/openkknd-qwen14b
Goal
Continue / improve openkknd — Krush Kill 'n' Destroy–style 2D RTS in C11 + SDL2 (+ SDL2_ttf, zlib).
Reference (read-only): /home/vx/openkknd — do not modify it. Work only here.
Required outcomes
- Project builds with
./build.sh(fix compile/link errors with write/edit). - Keep modular layout:
src/*.c,include/*.h,assets/as needed. - Fix warnings if cheap (e.g. MAX_PARTICLES redefinition) after green build.
- Add/update
README.mdwith build/run instructions. git initif missing; commit when something works.- Prefer real shell tools (
exec) — do not only print tool JSON as text.
Constraints
- Linux (CachyOS), user vx, gcc + sdl2 + SDL2_ttf. No sudo.
- Stay inside this directory.
First steps
- cd /home/vx/src/openkknd-qwen14b && ls -la
- ./build.sh — fix failures
- README + git commit after green build