A tapper-style tea processing game built with Kukicha and the stdlib/game library.
Slide raw tea stems down conveyor lanes to fill tea orders. Each lane is a |> pipeline with processing stations inline. An unhandled bitter leaf causes a Bitter Panic!
How to play
UP/DOWN — switch lanes
ENTER/SPACE — send a stem down the current lane
SPACE — activate the onerr catcher to catch bitter leaves
ESC — return to title screen
Building
This is a WASM-only game. Build and serve it in the browser:
kukicha build --wasm main.kuki
kukicha run serve.kuki
# Open http://localhost:8082