OpenKKnD / Pitchwell kitchen (agents)
Find a file
2026-09-07 01:05:58 +02:00
include wip: packaging + scripts before archive into OpenKKnD 2026-09-07 01:05:58 +02:00
packaging wip: packaging + scripts before archive into OpenKKnD 2026-09-07 01:05:58 +02:00
scripts wip: packaging + scripts before archive into OpenKKnD 2026-09-07 01:05:58 +02:00
src game: map units combat and SDL2 render slice 2026-07-11 23:31:09 +02:00
.gitignore init: OpenKKND scaffold and license 2026-07-11 23:05:12 +02:00
CMakeLists.txt feat: Initial CMakeLists.txt setup for cross-platform C project 2026-07-12 14:11:40 +02:00
LICENSE init: OpenKKND scaffold and license 2026-07-11 23:05:12 +02:00
README.md init: OpenKKND scaffold and license 2026-07-11 23:05:12 +02:00
THIRD_PARTY.md init: OpenKKND scaffold and license 2026-07-11 23:05:12 +02:00
VERSION init: OpenKKND scaffold and license 2026-07-11 23:05:12 +02:00

OpenKKND

Original post-apocalyptic RTS in portable C11.

Not a remake of any commercial KKnD title. Genre-inspired only. No proprietary assets. Free/permissive third-party material only (see THIRD_PARTY.md).

Build (macOS / Linux / *BSD)

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j
./build/openkknd

Dependencies: CMake ≥ 3.16, SDL2 (Homebrew sdl2 / distro packages).

Packaging

See packaging/ for pkgsrc, FreeBSD/OpenBSD/DragonFly ports stubs, Windows MSI notes, and Linux static build notes.

Auto-build (every 4 hours)

User LaunchAgent: ~/Library/LaunchAgents/ch.openkknd.autobuild.plist
Script: scripts/bump-and-build.sh → artifacts in dist/<version>/.