Skip to content

Instantly share code, notes, and snippets.

@payne
Last active May 2, 2019 03:29
Show Gist options
  • Save payne/f875bba6fb87ea642438a52a55aaac5d to your computer and use it in GitHub Desktop.
Save payne/f875bba6fb87ea642438a52a55aaac5d to your computer and use it in GitHub Desktop.
Some JavaScript things

Game examples

  1. Opensource game development kit that teaches how to make a breakout game. http://end3r.github.io/Gamedev-Canvas-Content-Kit/
  2. https://nscoders1.github.io/pong/game.html by Marc-André Cournoyer
  3. Space Invaders by Mary Rose Cook a. http://annotated-code.maryrosecook.com/space-invaders/index.html is the game and the source code b. https://vimeo.com/105955605 video of Mary live coding the game in 30 minutes
  4. https://repl.it/@payne/mini-asteroids-1 is the simple click to add a pokemon character example I mentioned. Might be used as a basis for a game.

Books

  1. http://jsforcats.com/

Videos

  1. https://javascript30.com/ is free
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment