Skip to content

rustq/tinydew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌱 Tinydew

A cozy farming game with both interactive play and MCP automation support.

What is Tinydew?

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

Developer Quick Start

1) Prerequisites

  • git
  • rustup / rustc
  • cargo

Check:

git --version
rustc --version
cargo --version

2) Clone

git clone https://github.com/rustq/tinydew.git
cd tinydew

3) Build

Release build:

cargo build --release

Interactive-enabled build:

cargo build --release --features interactive

4) Run

MCP mode (automation / non-TTY):

cargo run --quiet

Interactive mode:

cargo run --quiet --features interactive

5) Test

cargo test

OpenClaw Installation Guide

For full OpenClaw setup and usage notes, see:

This includes:

  • OpenClaw-oriented install flow
  • MCP usage notes
  • suggested chat/UI snapshot behavior

Save Data

Default save location:

~/.local/share/tinydew/savegame.json

Reset save:

rm -f ~/.local/share/tinydew/savegame.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages