You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
* Put functions and variables into one global object (to clean up the global namespace).
* Move Canvas creation and initialization into the script.
0.5:
* Implement loading new resources into the currently running state.
* Make sure a game only receives input when its canvas has focus.
* Add overridable functions that trigger when the canvas element is focused or blurred (useful to pause or mute a game).
0.6:
* Add support for importing other scripts.
Longer term 1.0:
* Fix the resource loading system to respond on each file loaded rather than having some function check several times a second if everything has been loaded.
* Make sure it works across at least Chrome, Firefox and Opera. Preferably also IE9.