Difference between revisions of "History of computer Hex"

From HexWiki
Jump to: navigation, search
(added about six and hexy and queenbee)
(cat. history + 2008 olympiad results)
Line 6: Line 6:
 
* In 1953 Shannon and Moore build an electric machine able to play Hex. The board is considered as an electric circuit with one player's ([[Blue]] for example) hexes being off switches and the other's being on switches, the empty hexes are resistances. The machine measures the global resistance of the circuit between [[Red]]'s edges, tries every move and then chooses the one that minimizes the resistance value of the circuit, trying to make it easier to join the two sides.
 
* In 1953 Shannon and Moore build an electric machine able to play Hex. The board is considered as an electric circuit with one player's ([[Blue]] for example) hexes being off switches and the other's being on switches, the empty hexes are resistances. The machine measures the global resistance of the circuit between [[Red]]'s edges, tries every move and then chooses the one that minimizes the resistance value of the circuit, trying to make it easier to join the two sides.
 
* 1994 Birth of [[Queenbee]].
 
* 1994 Birth of [[Queenbee]].
* In 2000 [[Hexy]] is gold medallist of the [[ICGA|5th Computer Olympiad]] in London.
+
* In 2000 [[Hexy]] is gold medallist of the [[ICGA|5th Computer Olympiad]] in London. Hexy is the first computer program to use [[virtual connection]]s.
* July 7th 2002 [[Six]], the current best hex playing program is created.
+
* July 7th 2002. [[Six]], the current best available hex playing program is created.
 +
* October 2008. [[Wolve]] is gold medallist of the 13th Computer Olympiad in Beijing. [[MoHex]] uses [[UCT]] algorithm in Hex, and plays better than Six.
  
 
== See also ==
 
== See also ==
Line 22: Line 23:
 
{{stub}}
 
{{stub}}
 
[[category:Computer Hex]]
 
[[category:Computer Hex]]
 +
[[category:History]]

Revision as of 23:19, 31 October 2008

Hex has been invented by matematicians and the rules are basic. Therefore it is relatively easy to make a simple artificial intelligence compared to chess for instance. However the branching factor is huge and a brutal approach is not as efficient in Hex than in Chess. This fact is another similarity to Go.

Chronology

  • 1942 Invention of Hex.
  • In 1953 Shannon and Moore build an electric machine able to play Hex. The board is considered as an electric circuit with one player's (Blue for example) hexes being off switches and the other's being on switches, the empty hexes are resistances. The machine measures the global resistance of the circuit between Red's edges, tries every move and then chooses the one that minimizes the resistance value of the circuit, trying to make it easier to join the two sides.
  • 1994 Birth of Queenbee.
  • In 2000 Hexy is gold medallist of the 5th Computer Olympiad in London. Hexy is the first computer program to use virtual connections.
  • July 7th 2002. Six, the current best available hex playing program is created.
  • October 2008. Wolve is gold medallist of the 13th Computer Olympiad in Beijing. MoHex uses UCT algorithm in Hex, and plays better than Six.

See also

References