kitchen: README + MISSIONS/engine-c keep-drop notes
This commit is contained in:
parent
1d351918da
commit
575d7d29b8
130 changed files with 9817 additions and 1 deletions
25
MISSIONS/deepseek.MISSION.md
Normal file
25
MISSIONS/deepseek.MISSION.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# KKND2 Auftrag — openkknd-deepseek (deepseek-coder:6.7b)
|
||||
|
||||
You own this tree: `/home/vx/src/openkknd-deepseek`
|
||||
|
||||
## 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
|
||||
1. Project builds with `./build.sh` (fix compile/link errors with write/edit).
|
||||
2. Keep modular layout: `src/*.c`, `include/*.h`, `assets/` as needed.
|
||||
3. Fix warnings if cheap (e.g. MAX_PARTICLES redefinition) after green build.
|
||||
4. Add/update `README.md` with build/run instructions.
|
||||
5. `git init` if missing; commit when something works.
|
||||
6. 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
|
||||
1. cd /home/vx/src/openkknd-deepseek && ls -la
|
||||
2. ./build.sh — fix failures
|
||||
3. README + git commit after green build
|
||||
26
MISSIONS/hermes.MISSION.md
Normal file
26
MISSIONS/hermes.MISSION.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# KKND2 Auftrag — openkknd-hermes (hermes3)
|
||||
|
||||
You own this tree: `/home/vx/src/openkknd-hermes`
|
||||
|
||||
## Goal
|
||||
Continue / improve **openkknd** — a Krush Kill 'n' Destroy–style **2D RTS** in **C11 + SDL2** (+ SDL2_ttf, zlib).
|
||||
|
||||
Reference (read-only if needed): `/home/vx/openkknd` — do **not** modify it. Work only here.
|
||||
|
||||
## Required outcomes
|
||||
1. Project builds with `./build.sh` (or fix Makefile/build.sh until it does).
|
||||
2. Keep modular layout: `src/*.c`, `include/*.h`, `assets/` as needed.
|
||||
3. Game loop + map/units/buildings should remain coherent; fix compile errors first.
|
||||
4. Add a short `README.md` describing how to build and run.
|
||||
5. `git init` if missing; commit meaningful steps when something works.
|
||||
6. Prefer real shell tools (`exec`) over inventing files without writing them.
|
||||
|
||||
## Constraints
|
||||
- Host: Linux (CachyOS), user `vx`, packages: gcc, sdl2, SDL2_ttf.
|
||||
- No network installs that need root/sudo.
|
||||
- Stay inside this directory.
|
||||
|
||||
## First steps
|
||||
1. `cd /home/vx/src/openkknd-hermes && ls -la`
|
||||
2. Try `./build.sh` and fix failures.
|
||||
3. Improve gameplay or structure only after a green build.
|
||||
26
MISSIONS/qwen.MISSION.md
Normal file
26
MISSIONS/qwen.MISSION.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# KKND2 Auftrag — openkknd-qwen (qwen2.5-coder)
|
||||
|
||||
You own this tree: `/home/vx/src/openkknd-qwen`
|
||||
|
||||
## Goal
|
||||
Continue / improve **openkknd** — a Krush Kill 'n' Destroy–style **2D RTS** in **C11 + SDL2** (+ SDL2_ttf, zlib).
|
||||
|
||||
Reference (read-only if needed): `/home/vx/openkknd` — do **not** modify it. Work only here.
|
||||
|
||||
## Required outcomes
|
||||
1. Project builds with `./build.sh` (or fix Makefile/build.sh until it does).
|
||||
2. Keep modular layout: `src/*.c`, `include/*.h`, `assets/` as needed.
|
||||
3. Game loop + map/units/buildings should remain coherent; fix compile errors first.
|
||||
4. Add a short `README.md` describing how to build and run.
|
||||
5. `git init` if missing; commit meaningful steps when something works.
|
||||
6. Prefer real shell tools (`exec`) over inventing files without writing them.
|
||||
|
||||
## Constraints
|
||||
- Host: Linux (CachyOS), user `vx`, packages: gcc, sdl2, SDL2_ttf.
|
||||
- No network installs that need root/sudo.
|
||||
- Stay inside this directory.
|
||||
|
||||
## First steps
|
||||
1. `cd /home/vx/src/openkknd-qwen && ls -la`
|
||||
2. Try `./build.sh` and fix failures.
|
||||
3. Improve gameplay or structure only after a green build.
|
||||
25
MISSIONS/qwen14b.MISSION.md
Normal file
25
MISSIONS/qwen14b.MISSION.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# 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
|
||||
1. Project builds with `./build.sh` (fix compile/link errors with write/edit).
|
||||
2. Keep modular layout: `src/*.c`, `include/*.h`, `assets/` as needed.
|
||||
3. Fix warnings if cheap (e.g. MAX_PARTICLES redefinition) after green build.
|
||||
4. Add/update `README.md` with build/run instructions.
|
||||
5. `git init` if missing; commit when something works.
|
||||
6. 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
|
||||
1. cd /home/vx/src/openkknd-qwen14b && ls -la
|
||||
2. ./build.sh — fix failures
|
||||
3. README + git commit after green build
|
||||
Loading…
Add table
Add a link
Reference in a new issue