Another version of Widow's Minesweeper. Your player starts at the upper left hand corner of the board and looks like a smiley face. Use logic and luck to maneuver your way through to the little flag in the lower right hand corner. Use the arrow (4, 8, 6, and 2) keys on the numberpad to move the player. Look at the text box above the game to find out how many mines you are presently near.
Your goal in Five-in-a-row is to get five X's in a row while preventing your opponent from getting five O's in a row. In this JavaScript implementation, the game is played on a 15x15 board. (If you'd like a bigger or smaller board, you can set it to any size from 10x10 through 20x20.) You play X's, and the computer plays O's. First move is yours. Enjoy!
Memory game where you try to remember where the matching tiles are.