Play a couple of jQuery games I wrote, especially the challenging Lights Out. Programming can be fun, too.
Lights Out
This puzzle game looks easy enough, but it can quickly get incredibly frustrating. The goal is simple: turn all the lights out. But, there’s a catch…
The game uses jQuery to control the lights, calculate whether the board is ‘won’, and so forth. [Play Game]
Tic Tac Toe
It’s not War Games, but my son wanted me to write this. [Play Game]