{"id":37843469,"url":"https://github.com/zakki/cgos","last_synced_at":"2026-01-16T16:01:33.475Z","repository":{"id":65686151,"uuid":"583261226","full_name":"zakki/cgos","owner":"zakki","description":"Computer Go Server mirror","archived":false,"fork":false,"pushed_at":"2025-11-16T09:30:58.000Z","size":11627,"stargazers_count":11,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"genmove_analyze","last_synced_at":"2025-11-16T11:23:00.414Z","etag":null,"topics":["computer-go","unix","windows"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zakki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-29T08:45:18.000Z","updated_at":"2025-08-29T05:56:16.000Z","dependencies_parsed_at":"2024-02-26T11:30:16.704Z","dependency_job_id":"8ae9dfcd-b7bc-438a-a554-1fd631880e10","html_url":"https://github.com/zakki/cgos","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zakki/cgos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakki%2Fcgos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakki%2Fcgos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakki%2Fcgos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakki%2Fcgos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakki","download_url":"https://codeload.github.com/zakki/cgos/tar.gz/refs/heads/genmove_analyze","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakki%2Fcgos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-go","unix","windows"],"created_at":"2026-01-16T16:01:33.313Z","updated_at":"2026-01-16T16:01:33.458Z","avatar_url":"https://github.com/zakki.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Computer Go Server\n\n## Python Server\n\nStart a cgos server and web page builder.\n\n```sh\npython3 -m pip install -r requirements.txt\npython3 cgos/server.py cgos19.ini \u0026\npython3 cgos/webuild.py cgos19.ini \u0026\n```\n\nIf you used previous version, migrate database.\n\n```sh\nsqlite3 /path/to/cgos.state \u003c db/migrate-001-create-games-index.sql\n```\n\n### genmove_analyze extention\n\nGTP Client can send winrate, score and pv via `cgos-genmove_analyze`, `lz-genmove_analyze` or `kata-genmove_analyze` commands.\n\nAnd WGo.js show these analysis.\n\nSee [Wiki](https://github.com/zakki/cgos/wiki/GTP-tournament-game-expansion).\n\n\n### Administrator extention\n\n```\n% telnet localhost 1919\n\u003c protocol genmove_analyze\ne1 telnet\n\u003c username\nadmin\n\u003c password\npass123\nwho\n\u003c gnugo8 waiting 0 1702.4092782840737 3.0\n\u003c ray-10s-b waiting 0 1668.129179991671 3.0\nmatch ray-10s-b gnugo8 300 300\n\u003c match-\u003e ray-10s-b(1658)   gnugo8(1713)\ngames\n\u003c ...\n\u003c match 4841 2023-05-14 10:56 9 7.0 ray-10s-b(1658) gnugo8(1713) - - - B+4.0\n\u003c match 4842 - - 9 7.0 gnugo8(1714) ray-10s-b(1657) 60000 60000 17 -\ngames\n\u003c ...\n\u003c match 4841 2023-05-14 10:56 9 7.0 ray-10s-b(1658) gnugo8(1713) - - - B+4.0\n\u003c match 4842 2023-05-14 11:00 9 7.0 gnugo8(1714) ray-10s-b(1657) - - - W+Resign\n```\n\n\n## Original Tcl Server\n\nHow to build from source:\n1. Add tclkit to your path\n  a. Identify your platform specific tclkit in third_party directory\n  b. Make a copy (called tclkit) somewhere in your path\n     (~/bin and /usr/bin are good candidates for unix systems)\n2. Go into the directory of the component you wish to build (e.g. client)\n3. Run gnu make (on unix systems, this should just be 'make')\n\nIs there no tclkit for your environment in the repository?\nOther kits can be downloaded from  http://www.equi4.com\n\nDon't have gnu make?  You have two options:\nOption 1: Obtain gnu make\nOption 2: Run individual commands out of the makefile (e.g. sdx wrap)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakki%2Fcgos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakki%2Fcgos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakki%2Fcgos/lists"}