Connect4

A 2 player (same-window) connect 4 game.

Written using small modules with browserify and npm for browser packaging/bundling.

  • Really commented code
  • Logic separated from UI code
  • TDD. Game engine is very well tested

There is a demo page where you can play the game and the code is on github.