Fork自 GitCode / 1024程序员开源挑战赛(10.23-11.14)
// Wait till the browser is ready to render the game (avoids glitches) window.requestAnimationFrame(function () { new GameManager(4, KeyboardInputManager, HTMLActuator, LocalStorageManager); });