COMPILE
Programming-themed lane battler. Phase 1 solo vs an AI bot. Each player has an 18-card deck of values 1–6 and draws a five-card hand. Each turn play one card into one of three shared protocols — face-up (counts as its printed value) or face-down (always counts as 2). When your stack's face-value sum on a protocol reaches 10, that protocol compiles for you: both sides of that lane clear and you score the protocol. First player to compile two of three protocols wins.
window.__KAINYNE_FLAGS__ = { COMPILE: true } before load to enable.Real-time multiplayer arrives in Phase 2a-iii — the WebRTC + signaling slice is the next sub-PR. For now, use SOLO to play against the bot.
Real-time multiplayer arrives in Phase 2a-iii — the WebRTC + signaling slice is the next sub-PR. For now, use SOLO to play against the bot.
Connected lobby + Start Game arrive in Phase 2b.