Open stefan-brus opened 10 years ago
A lot of the code that controls the display of things could be reworked and moved to script.js for example, or even into its own module, this would achieve some sense of MVC architecture.
Consider using require.js: https://github.com/jrburke/requirejs
The main game module is getting very big and hard to overlook. It would be good to split it into several different modules.