Step One: Watch Mary Rose Cook Live Codes Space Invaders from Front-Trends. (The second worst conference name ever?)
Step Two: Fork this gist.
Step Three: Respond to this question in your fork: What is one approach you can take from this Mary's code and implement in your project?
- Mary's approach really helped me to understand that I can view a project like this in an object-oriented way. At first, this felt very awkward in JavaScript just because it's new, and different from Ruby. Once I started to understand how modules/functions can often be treated much like Ruby classes and methods (with semantic and syntactic differences), it really helped me to better understand how to improve the structure of our GameTime project.
Step Four: Totally Optional: take a look at some of the other forks and comment if the spirit moves you.