tiennm99 a57fda7ba4 fix: floor misaligned with container walls causing fall-through
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.
2026-04-12 18:24:19 +07:00
2026-04-12 09:54:48 +07:00
2026-04-12 09:54:48 +07:00

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

Description
Languages
JavaScript 96.4%
CSS 1.9%
HTML 1.7%