# Sabaki-zh-CN **Repository Path**: xsaxy/Sabaki-zh-CN ## Basic Information - **Project Name**: Sabaki-zh-CN - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master-cn - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2019-06-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sabaki [![Build Status](https://travis-ci.org/SabakiHQ/Sabaki.svg?branch=master)](https://travis-ci.org/SabakiHQ/Sabaki) [![Donate](https://img.shields.io/badge/donate-paypal-blue.svg)](https://www.paypal.me/yishn/5) An elegant Go/Baduk/Weiqi board and SGF editor for a more civilized age. [Download the latest release](https://github.com/SabakiHQ/Sabaki/releases) of Sabaki. 这是Sabaki的中文版。[下载最新版本](https://github.com/xsaxy/Sabaki-zh-CN/releases) of Sabaki-zh-CN. ![Screenshot](screenshot.png) ## Features - Fuzzy stone placement - Read and save SGF games and collections - Open wBaduk NGF and Tygem GIB files - Display formatted SGF comments using a [subset of Markdown](https://github.com/SabakiHQ/Sabaki/blob/master/docs/guides/markdown.md) - Personalize board appearance with [textures & themes](https://github.com/SabakiHQ/Sabaki/blob/master/docs/guides/theme-directory.md) - SGF editing tools - Powerful undo/redo - Lines & arrows board markup - Copy & paste variations - Fast game tree - Score estimator & scoring tool - Find move by move position and comment text - Position & move annotations - [GTP engines](https://github.com/SabakiHQ/Sabaki/blob/master/docs/guides/engines.md) support - Board analysis with engines which support it - Guess mode - Autoplay games ## Documentation For more information visit the [documentation](https://github.com/SabakiHQ/Sabaki/blob/master/docs/README.md). You're welcome to [contribute](https://github.com/SabakiHQ/Sabaki/blob/master/CONTRIBUTING.md) to this project. ## Web Version Sabaki has a [`web`](https://github.com/SabakiHQ/Sabaki/tree/web) branch. It's a trimmed-down version of Sabaki that runs in any modern browser. You can try a [working demo here](https://sabaki.yichuanshen.de/web/). If you're looking for the code of the [website](http://sabaki.yichuanshen.de/), you can find it in [this repository](https://github.com/SabakiHQ/sabaki-website). ## Building & Tests See [Building & Tests](https://github.com/SabakiHQ/Sabaki/blob/master/docs/guides/building-tests.md) in the documentation. ## License This project is licensed under the [MIT license](https://github.com/SabakiHQ/Sabaki/blob/master/LICENSE.md). ## Donators A big thank you to these lovely people: - Eric Wainwright - Michael Noll - John Hager - David Göbel - Dominik Olszewski - Dimitri Rusin - Philippe Fanaro - Andrew Thieman - Adrian Petrescu - Karlheinz Agsteiner - Sergio Villegas - Jake Pivnik ## Related * [Shudan](https://github.com/SabakiHQ/Shudan) - A highly customizable, low-level Preact Goban component. * [boardmatcher](https://github.com/SabakiHQ/boardmatcher) - Finds patterns & shapes in Go board arrangements and names moves. * [deadstones](https://github.com/SabakiHQ/deadstones) - Simple Monte Carlo functions to determine dead stones. * [gtp](https://github.com/SabakiHQ/gtp) - A Node.js module for handling GTP engines. * [immutable-gametree](https://github.com/SabakiHQ/immutable-gametree) - An immutable game tree data type. * [influence](https://github.com/SabakiHQ/influence) - Simple heuristics for estimating influence maps on Go positions. * [sgf](https://github.com/SabakiHQ/sgf) - A library for parsing and creating SGF files.