Memory
Light Arena
Modern Canvas and WebGL game architecture. The original project identity is preserved while production patterns from phaserjs/phaser are independently adapted into a Cloudflare ready, offline capable workspace.
Memory Light Arena
Canvas game loop, particle feedback, adaptive difficulty, keyboard and touch controls.
Game Control
Repeat the illuminated pads. Use keys 1–4 or tap the pads. Each level becomes faster and longer.
Phaser inspired systems
Start, sequence, input, result, and restart states.
Playback accelerates as your level rises.
GPU friendly canvas particles and synthesized tones.
Upstream Integration
Features are adapted independently. The full upstream repository is not copied into the browser runtime.
Selected repository
Modern Canvas and WebGL game architecture.
Original source retained
The uploaded project archive is included unchanged under developer-source/original-project.zip. This enhanced static application is an additional deployment layer.
Deployment Guide
Upload the ZIP contents directly to Cloudflare Pages. The main file is located at the root and no build command is required for this enhanced shell.
1 | Upload
Create a Direct Upload Pages project and upload all files together.
2 | Refresh
After publishing a new version, close old tabs or clear the previous PWA cache once.
3 | Backend
Features requiring a real database, AI model, image API, or multiplayer server must use a separately deployed secure backend.