项目文件夹

文件
frostbyte_neo 9ccbe096fe feat: add a deployable 2048 static game for WeHub Cloud
Vendors gabrielecirulli/2048 (MIT) under frontend/dist so Cloud can scan it as a static_site.

Co-Authored-By: Cursor Grok 4.6 <cursoragent@cursor.com>
2026-09-11 16:57:55 +08:00

5 行
197 B
JavaScript

// Wait till the browser is ready to render the game (avoids glitches)
window.requestAnimationFrame(function () {
new GameManager(4, KeyboardInputManager, HTMLActuator, LocalStorageManager);
});