kage
9ccbe096fe
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>
5 行
197 B
JavaScript
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);
|
|
});
|