Dots Game
We used to play this game all the time in boring classes in high school. I had several notebooks filled with dots games. Heh… Here is a javascript version.
Let me explain the object of the game:
Click on any of the dots, then click on another to draw a line. You can only draw lines up, down, left and right - but not on diagonal. The opponent also draws a line. You take turns drawing lines until you connect 4 lines to make a box. Whoever completes the box claims it (it is filled with his color) and gets another free turn. You can have as many extra turns as you want, as long as you keep claiming boxes. Game ends when there are no more possible lines to draw and the player with more boxes wins.
Enjoy:
It appears that either your browser does not support iframes or you are reading this via RSS feed. Please follow the link and visit the page to play the game, or try another browser.
I lifted and slightly modified the code from monteux.no-ip.org so all the credit for the code should go to that dude.
Btw, can someone explain to me why the content of my iframe has extra spaces all around when rendered in Firefox but in IE it barely fits in the allocated space, and requires scrollbars?
Related Posts:


October 2nd, 2006 at 2:47 am (1265) [Quote]
The originaly website needs to learn how to spell computer.
Posted usingOctober 2nd, 2006 at 2:47 am (1266) [Quote]
i need to learn how to spell too, thats a given.
Posted usingOctober 2nd, 2006 at 9:18 am (1267) [Quote]
Computer: 47
Stupid thing heh heh
Posted usingPlayer: 2
I’m surprised I got 2, I think I trapped the computer
October 2nd, 2006 at 10:03 am (1269) [Quote]
The secret of this game is to never be the one who makes the 3rd wall of a square unless you have to. If you play against a human on paper you can sometimes get away with it, but the script above will automatically take a square if you do this.
So as long as you can, you need to put lines in semi-random places. Once you run out of free lines you will have to give away some points. The trick is to pick a spot on the board in which the opponent can only score 2-3 squares and then must stop.
On the other hand if you see the opponent puts down a line in a way it allows you to score, you want to be very careful with your extra moves. You want to score as many points as you can, so place each scoring line in a way that will allow you to immidiately place another.
You can easily race through half the board this way if the game goes on for long enough.
Posted usingOctober 2nd, 2006 at 11:09 am (1270) [Quote]
Yay, I won 39 to 10! Bring on the toasters!
Posted usingOctober 2nd, 2006 at 12:58 pm (1273) [Quote]
You are a dots pro now!
Posted usingOctober 8th, 2006 at 6:40 pm (1302) [Quote]
Wow, I’m suprised to see this here. I am the owner of the origional website monteux.no-ip.org, and I’m still expanding it. I’ve had it up only a little while, and I haven’t had time yet to clean up the bugs. I wish I could take credit for the code myself, but I found elsewhere, and had saved it to my comptuer a while before putting it up. Glad to see people actually make it to my site.
Monteux.
Posted usingOctober 8th, 2006 at 6:58 pm (1303) [Quote]
I think I found you via Stumbleupon. I guess your site was up long enough to get into their index
Posted usingAugust 26th, 2007 at 12:10 am (5935) [Quote]
[…] Dots Game - (flash game) same game as this, but done in flash. […]
Posted using