Files
try-claudekit/README.md
tiennm99 6e1aaff557 docs: split README into separate docs
Move tech stack, getting started, and gameplay sections into docs/
folder. Slim README down to a landing page with links.
2026-04-12 10:57:20 +07:00

19 lines
702 B
Markdown

# Suika Game (Watermelon Game)
A browser-based clone of the [Suika Game](https://en.wikipedia.org/wiki/Suika_Game) — a physics-based puzzle game where you drop fruits into a container. When two identical fruits collide, they merge into the next larger fruit. The goal is to create a watermelon and get the highest score.
Built with [ClaudeKit](https://github.com/carlrannaberg/claudekit).
## Quick Start
```bash
npm install
npm run dev
```
## Documentation
- [Getting Started](docs/getting-started.md) — Setup, scripts, and prerequisites
- [Tech Stack](docs/tech-stack.md) — Dependencies, tools, and project structure
- [Gameplay](docs/gameplay.md) — How to play and the full fruit chain