mirror of
https://github.com/tiennm99/try-claudekit.git
synced 2026-04-17 13:21:43 +00:00
a57fda7ba41988303cf3417178fef818fdae47a2
The floor was centered on CANVAS_WIDTH/2 but the container is no longer centered in the canvas (NEXT panel on right). This created a 26px gap at the bottom-left corner. Center floor on CONTAINER_X + CONTAINER_WIDTH/2 to match the walls. Also display fruit tier numbers instead of names.
Suika Game (Watermelon Game)
A browser-based clone of the 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.
Quick Start
npm install
npm run dev
Documentation
- Getting Started — Setup, scripts, and prerequisites
- Tech Stack — Dependencies, tools, and project structure
- Gameplay — How to play and the full fruit chain
Description
Try to make a [Suika game](https://en.wikipedia.org/wiki/Suika_Game) using [claudekit](https://github.com/carlrannaberg/claudekit)
Languages
JavaScript
96.4%
CSS
1.9%
HTML
1.7%