1
0
forked from sent/waves
waves-fork/public/assets/g/2048-multitask/js/application.js
2025-04-09 17:11:14 -05:00

5 lines
197 B
JavaScript

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