Live data from Hacker News

Play against the computer – Connect Four game in JavaScript

flydaddy.net

1–10 of 26 posts

Re: Play against the computer – Connect Four game in JavaScript

#5

It would be nice to be able to click in any square in the board, instead of just the ones in the bottom.

Good idea. Done.

I've thought about winning algorithms for this game before. The best I could come up with is roughly "get the highest locations you can while still defending against 3-in-a-row".
Post reply on HN