A Phaser game built with the Remix framework. ├── src/ │ ├── main.ts # Game entry point │ ├── scenes/ # Your game scenes │ ├── config/ # Game settings │ └── utils/ # Helper functions ├── index.html # ...