Skip to content

MatthieuW/go-games-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A googolplex of go games

Article is here: https://matthieuw.github.io/go-games-number/AGoogolplexOfGoGames.pdf

SGF files

  • main9x9a.sgf
    • Describes the main scheme
  • sub.sgf
    • Describes the sub-scheme and sub-sub-scheme

Python files

  • board.py
    • Can compute (very roughly) a number of valid position
  • waycomp.py
    • Can compute numbers of possible games (and longuest one) from two positions
  • waycompb.py
    • Optimization discussed in the article, in case you have many time the same initial position and different target positions

Releases

No releases published

Packages

No packages published

Languages