mjohnsonengr / mini-intruders

Space invaders clone
1 stars 0 forks source link

Modularization #10

Closed mjohnsonengr closed 8 years ago

mjohnsonengr commented 8 years ago

Switched modularization to utilize AMD with RequireJS.

Some of the benefits include being able to support a development environment with separate scripts rather than always bundling. This allows for faster compilation (compile-on-save) so it is possible to make small changes, compile a single file and see those changes instantly.