This is a two-players game, where each players construct a line.
The first player has to join the top and the bottom of the board whereas the second has to join the left and the right. The two lines cannot intersect.
Do this game has a name?
Where I could find other informations about it?
PS:
I’m currently writing an HTML5/Canvas implementation here (only in French for now, and the “AI“ plays at random, the smart AI is not finished yet), so you can see more precisely what I’m talking about.
I’ve called it “Percolation” because this looks a little like percolation, but this is probably not the “official” name.