Skip to content

Instantly share code, notes, and snippets.

@efuquen
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save efuquen/afdc717fd7f4af180298 to your computer and use it in GitHub Desktop.
Save efuquen/afdc717fd7f4af180298 to your computer and use it in GitHub Desktop.
MIHS ScriptEd - December 10th 2014
Do Now
- open nitrous
- create 'space-invader' folder
- in this folder create 'index.html'
- copy the html on screen' (https://gist.github.com/efuquen/85284d6d64d3692b1734)
Lecture
- Go over what an algorithm is.
- Explain javascript (*real programming*)
- Discuss difference between js & css/html
- Start with example and explain what functions do as we go along (don't go into detail about what a function is).
We Do
- move space invader around and show some error conditions (negative turn, move off board)
They Do
- move space invader to red, blue, and green boxes. in that order
Source
- https://github.com/efuquen/mihs-2014/tree/master/space-invader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment