Difference between revisions of "Bridg-It"
From HexWiki
Roland Illig (Talk | contribs) (Connecto is another connection game.) |
(Added images and Hex realization.) |
||
Line 1: | Line 1: | ||
+ | [[Image: Connecto.png|right|250px]] | ||
'''Connecto''' is a connection game, similar to [[Hex]]. It is played on a square board. | '''Connecto''' is a connection game, similar to [[Hex]]. It is played on a square board. | ||
+ | |||
== Goal of the game == | == Goal of the game == | ||
Line 12: | Line 14: | ||
The game cannot end in a draw. | The game cannot end in a draw. | ||
+ | |||
+ | The game of Connecto is equivalent to a special case of Hex where some of the cells are already filled in at the start of the game. For example, 6x6 Connecto, shown on the right, is equivalent to the following Hex position: | ||
+ | [[Image: Connecto6.png|right|200px]] | ||
+ | <hexboard size="11x11" | ||
+ | coords="none" | ||
+ | edges="all" | ||
+ | contents="R | ||
+ | a2 a4 a6 a8 a10 | ||
+ | c2 c4 c6 c8 c10 | ||
+ | e2 e4 e6 e8 e10 | ||
+ | g2 g4 g6 g8 g10 | ||
+ | i2 i4 i6 i8 i10 | ||
+ | k2 k4 k6 k8 k10 | ||
+ | B | ||
+ | b1 b3 b5 b7 b9 b11 | ||
+ | d1 d3 d5 d7 d9 d11 | ||
+ | f1 f3 f5 f7 f9 f11 | ||
+ | h1 h3 h5 h7 h9 h11 | ||
+ | j1 j3 j5 j7 j9 j11" | ||
+ | /> | ||
== Playing online == | == Playing online == |
Revision as of 01:54, 17 June 2021
Connecto is a connection game, similar to Hex. It is played on a square board.
Contents
[hide]Goal of the game
One player (blue) tries to connect the West and East side, the other tries to connect the North and South side of the board.
Rules
In each turn, a player draws either a horizontal or a vertical line. Red's lines don't end at the same coordinates as Blue's lines, rather their center points are the same. Lines must not cross each other, which means that every center point can only be occupied by one of the players.
Observations
The game cannot end in a draw.
The game of Connecto is equivalent to a special case of Hex where some of the cells are already filled in at the start of the game. For example, 6x6 Connecto, shown on the right, is equivalent to the following Hex position: