feat: Initialize Mia's Clean Run project

Sets up the basic project structure, dependencies, and configuration for the game. Includes initial HTML, TypeScript, and Vite configurations. Adds initial types and constants for game mechanics and assets.
This commit is contained in:
Anthony
2025-11-23 19:32:47 +08:00
parent 995cff776a
commit 77f803f26e
12 changed files with 2342 additions and 8 deletions

5
metadata.json Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "Mia's Clean Run",
"description": "Jump over puddles, piles, and cats while collecting treats in this cute domestic adventure.",
"requestFramePermissions": []
}