JavaScript DOM Games

A collection of some games I built with JavaScript. Typically these start of as examples I setup with students but then I get obsessed with building them. Click the links to play!

Snake

Port of Snake, just like the original no fancy graphics here! I built it entirely in the DOM using divs and no canvas element! Why? As an example for a student of what you can do without anything fancy.

snake - Project Repository

MineSweeper

Used the classic minesweeper game as an example of how to create user stories and pseudo code for the JavaScript class that I teach. It seemed like a fun project so I decided to build it. 

mineSweeper - Project Repository

Hang In There

I built this hangman game while a student at General Assembly. Cat drawings also by me. 

Hang In There - Project Repository

TicTacToe

Also done as part of my time at General Assembly. Simple tic-tac-toe built as an introduction to DOM manipulation with JavaScript. 

TicTacToe - Project Repository