Experience : Can the Bible play Go ?

General conversations about Go belong here.
Post Reply
Aramya
Beginner
Posts: 1
Joined: Thu Aug 23, 2018 8:23 am
GD Posts: 0

Experience : Can the Bible play Go ?

Post by Aramya »

Yes !
I have converted Torah to a numeric array (each hebraic letter corresponding to a number, 1 to 22) and I made every pair to be considred as a go move (e.g : ab(father) = aleph-beth = (1,2)). All illegal moves are skipped (including suicide and ko).
Source code : https://ghostbin.com/paste/j7umc (I have changed the ruby-go lib to make it support 22x22 gobans)

Here is a game : White = Exodus, Black = Genesis.


b.sgf
(3.28 KiB) Downloaded 708 times
Video : [youtube]https://www.youtube.com/watch?v=WRrAU3wRTL0[/youtube]
Gomoto
Gosei
Posts: 1733
Joined: Sun Nov 06, 2016 6:56 am
GD Posts: 0
Location: Earth
Has thanked: 621 times
Been thanked: 310 times

Re: Experience : Can the Bible play Go ?

Post by Gomoto »

No, but this formula can:

1/2 < floor(mod(floor(y/17)*2^(-17*floor(x)-mod(floor(y), 17)),2))
Post Reply