CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 20:01:15 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091218190604
location: https://web.archive.org/web/20091218190604/https://github.com/skybrian/Gongo
server-timing: captures_list;dur=0.835586, exclusion.robots;dur=0.030093, exclusion.robots.policy;dur=0.013828, esindex;dur=0.014525, cdx.remote;dur=84.978674, LoadShardBlock;dur=698.128711, PetaboxLoader3.resolve;dur=460.207609, PetaboxLoader3.datanode;dur=84.499853
x-app-server: wwwb-app215
x-ts: 302
x-tr: 825
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app215; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 23 Aug 2025 20:01:16 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 18 Dec 2009 19:06:04 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "7cac9f686162dc4f14f2696d0b0139ef"
x-archive-orig-x-runtime: 125ms
x-archive-orig-content-length: 26488
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 18 Dec 2009 19:06:04 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 18 Dec 2009 19:06:04 GMT", ; rel="memento"; datetime="Fri, 18 Dec 2009 19:06:04 GMT", ; rel="next memento"; datetime="Sun, 07 Mar 2010 10:02:13 GMT", ; rel="last memento"; datetime="Wed, 15 Jan 2025 01:38:53 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_13_20091218161908_crawl103_IndexOnly-c/52_13_20091218190518_crawl101.arc.gz
server-timing: captures_list;dur=0.459818, exclusion.robots;dur=0.014082, exclusion.robots.policy;dur=0.007352, esindex;dur=0.009052, cdx.remote;dur=20.951139, LoadShardBlock;dur=121.864541, PetaboxLoader3.datanode;dur=163.249951, load_resource;dur=144.009823, PetaboxLoader3.resolve;dur=50.922496
x-app-server: wwwb-app215
x-ts: 200
x-tr: 340
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
skybrian's Gongo at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | A program written in Go that plays Go edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/skybrian/Gongo.git
Give this clone URL to anyone.
git clone git://github.com/skybrian/Gongo.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:skybrian/Gongo.git
|

Brian Slesinsky (author)
Wed Dec 16 18:48:38 -0800 2009
Gongo /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sun Dec 06 18:22:52 -0800 2009 | update .gitignore [Brian Slesinsky] |
![]() |
INSTALL | Sun Dec 06 21:49:43 -0800 2009 | update docs [Brian Slesinsky] |
![]() |
Makefile | Sat Dec 05 17:41:41 -0800 2009 | fix "make clean" [Brian Slesinsky] |
![]() |
README | Sun Dec 06 21:49:43 -0800 2009 | update docs [Brian Slesinsky] |
![]() |
benchmark.go | Sun Dec 06 17:44:31 -0800 2009 | - optimize makeMove a bit - actually check in n... [Brian Slesinsky] |
![]() |
gongo_gtp.go | Mon Nov 30 23:49:36 -0800 2009 | reformat with gofmt - Made the tests that read ... [Brian Slesinsky] |
![]() |
gongo_gtp_test.go | Mon Nov 30 23:49:36 -0800 2009 | reformat with gofmt - Made the tests that read ... [Brian Slesinsky] |
![]() |
gongo_robot.go | Sun Dec 06 21:49:01 -0800 2009 | Oops, fix config bug so that Gongo can be confi... [Brian Slesinsky] |
![]() |
gongo_robot_test.go | Sat Dec 05 17:09:38 -0800 2009 | implemented a benchmark [Brian Slesinsky] |
![]() |
main.go | Mon Nov 30 23:49:36 -0800 2009 | reformat with gofmt - Made the tests that read ... [Brian Slesinsky] |
![]() |
optimize_notes.txt | Wed Dec 16 18:48:38 -0800 2009 | add more timings (corrected) [Brian Slesinsky] |
README
Gongo - a Go player written in Go Author: Brian Slesinsky Last update: December 6, 2009 This is a simple computer program that plays Go, but not very well. I wrote it while learning the Go programming language. It's mostly of interest as a starting point for people who might want to write Go robots in Go, and as a example of a reasonably well-commented program written in the Go language. The algorithm is based on the Java reference bot by Don Dailey, with some performance improvements. The Java refbot is described here: https://groups.google.com/group/computer-go-archive/browse_thread/thread/bda08b9c37f0803e/8cc424b0fb1b6fe0 You can get the Java reference bot here: https://cgos.boardspace.net/public/javabot.zip See INSTALL for installation.
This feature is coming soon. Sit tight!