This is a web version of a popular memory game. It is especially useful for learning vocabulary. The main objectives were to create something that looks good and is easy to play. Also for the webmaster, it had to be easy to make new puzzles. You can see several example games at http://EnglishCafe.co.uk where it is also available to download.
This is a simple JavaScript version of tic tac toe. You can set the board dimensions, and set the amount required to win (like 4 in a row). It has a 1 step look ahead algorythm so you can beat it, but it's still fun!
This is a JavaScript implementation of the ChainReaction seen on the old Atari 1040 ST. Board has cells that get stones from the users. Cells distribute their stones if as many stones on the cell as direct neighbour cells. This may lead to a chainreaction of exploding cells.