Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jecrockett/597661ae81184151df601e68d4861195 to your computer and use it in GitHub Desktop.
Save jecrockett/597661ae81184151df601e68d4861195 to your computer and use it in GitHub Desktop.

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?

  • I actually had watched this prior to starting our project. It lead me to try to be hyper organized and structured with our project and until I got passed that and let myself write gross code first. I did, however, take the keyboard tracker concept from her game and implement it in ours (where it maintains a hash updating true/false values for the keyCode keys. We built more on top of it limiting which keys were recorded and implementing it over socket.io.

Step Four: Totally Optional: take a look at some of the other forks and comment if the spirit moves you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment