I made a game called Fillr.js

Last semester, during the finals, when reading 400 pages on CPU design did not appeal to me I decided to make a game in JavaScript.

It took me 40 minutes to write this and my goal was to make the AI impossible to beat (I failed...)

You should give it a try at http://sasangootik.com/fillr/ (I must warn you, fillr is extremely addictive)

Here are the rules/instructions:

  • You own blocks
  • You start with a randomly chosen color
  • You are at top left and the computer starts at bottom right
  • At each turn you HAVE to change your color (not the same color)
  • When you change your color all the blocks that share an edge with your already owned blocks and have your new color become yours
  • Your goal is to own more than 50% of the board
  • You cannot change to computer's color

To make it fair computer has 1 rule:

  • Look only one step into the future

I suck at explaining the rules, just play it and I'm sure you'll get it.