A cozy farming game with both interactive play and MCP automation support.
Tinydew is a lightweight Rust game where you can:
- move between regions (Farm, EastPath, Square, SouthRiver)
- farm, fish, trade, and progress days
- run fully in MCP mode for automation agents like OpenClaw
gitrustup/rustccargo
Check:
git --version
rustc --version
cargo --versiongit clone https://github.com/rustq/tinydew.git
cd tinydewRelease build:
cargo build --releaseInteractive-enabled build:
cargo build --release --features interactiveMCP mode (automation / non-TTY):
cargo run --quietInteractive mode:
cargo run --quiet --features interactivecargo testFor full OpenClaw setup and usage notes, see:
This includes:
- OpenClaw-oriented install flow
- MCP usage notes
- suggested chat/UI snapshot behavior
Default save location:
~/.local/share/tinydew/savegame.json
Reset save:
rm -f ~/.local/share/tinydew/savegame.json