Ultimate Tic Tac Toe
Play GameI read about Ultimate Tic Tac Toe in a blog post somewhere (linked on reddit?), and I decided that I wanted to make it. This was also the time when AngularJS was getting attention, so I decided to try it out.
The game is made up of 3x3 big boxes, and in each box there is a 3x3 tic-tac-toe game as usual. The first player may choose which ever big box to play in, and select one of the available cells in that box. The second player is forced to play in the big box that is represented by the cell the first player played in. The goal is to win the small 3x3 games so that you get 3-in-a-row in the big game.
I started writing on a multiplayer variant using Python and the Twisted API, but that unfortunately got abandoned.