Update
This commit is contained in:
parent
ae83a3d0c0
commit
1ab3672b68
7 changed files with 179 additions and 69 deletions
2
go.md
2
go.md
|
@ -16,6 +16,8 @@ Go (from Japanese *Igo*, "surrounding board game", also *Baduk* or *Wei-qi*) is
|
|||
|
||||
**Solving go:** similarly to chess the full game of go seems unlikely to be solved -- the 19x19 board makes the game state tree yet larger than that of chess, but the much simpler rules possibly give a bigger hope for mathematical proofs. Smaller boards however have been solved: Erik van der Werf made a program that confirmed win for black on boards up to (and including) 5x5 (best first move in all cases being in the middle of the board). Bigger boards are being researched, but a lot of information about them is in undecipherable Japanese/Korean gibberish, so we leave that for the future.
|
||||
|
||||
A famous proverb about go goes like this: what is the most perfect game man ever invented? Chess! But what about go? Go existed long before man...
|
||||
|
||||
TODO: rating, programming, stats, programs and sites for playing, ...
|
||||
|
||||
## Rules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue