feat: implement Suika Game (Watermelon Game)

Browser-based physics puzzle game where players drop fruits that merge
into larger fruits on collision, using Matter.js for 2D physics and
Canvas2D for rendering. Includes 11-fruit progression chain, scoring,
game-over detection, mouse/touch input, and Vitest test suite.
This commit is contained in:
2026-04-12 10:26:38 +07:00
parent 00d6bb117b
commit fbec9c89fd
19 changed files with 2385 additions and 0 deletions

View File

@@ -1,4 +1,10 @@
{
"permissions": {
"allow": [
"Bash(claudekit *)",
"Bash(claudekit-hooks *)"
]
},
"hooks": {
"PreToolUse": [
{