Skip to content

Releases: 3aKHP/GoSim

v1.0.0

22 Feb 19:37

Choose a tag to compare

GoSim v1.0.0

Go AI Match Simulator - first stable release.

Features

  • Multi-engine support: KataGo, Pachi, Mock
  • Board sizes: 9x9, 13x13, 19x19
  • 10-level AI strength adjustment
  • 10-speed playback control
  • Real-time winrate chart
  • SGF export
  • KataGo-based accurate endgame scoring

Downloads

  • GoSim-1.0.0-Portable.exe - Windows x64 portable (no installation required)

Run from source

git clone https://github.com/3aKHP/GoSim.git
cd GoSim
npm install
npm run dev

v1.0.0-rc.1

22 Feb 17:37

Choose a tag to compare

v1.0.0-rc.1 Pre-release
Pre-release

GoSim v1.0.0-rc.1 (Pre-release)

Source code release of GoSim - Go AI Match Simulator.

Features

  • Multi-engine support: KataGo, Pachi, Mock
  • Board sizes: 9x9, 13x13, 19x19
  • 10-level AI strength adjustment
  • 10-speed playback control
  • Real-time winrate chart
  • SGF export
  • KataGo-based accurate endgame scoring

Notes

  • This is a source code pre-release. No pre-built binaries are included.
  • Currently only Windows engines (KataGo, Pachi) are bundled.
  • To run from source: npm install && npm run dev
  • Binary installers are available in the stable v1.0.0 release.