Simple Games

Games for Novice Programmers to Deconstruct

Each game introduces a new game making technique or a new Web API. I'll also introduce new JavaScript language constructs as we go along. The Coding Notes page has these grouped together in a reference format. Each game comes with a link to its source code.

Hangman

A simple first game.

Amazing Maze

Learn how to design games that use maps and tiles.