Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yishn/Sabaki
An elegant Go board and SGF editor for a more civilized age.
https://github.com/yishn/Sabaki
baduk board-game electron go goban igo javascript linux macos sgf weiqi windows
Last synced: 3 days ago
JSON representation
An elegant Go board and SGF editor for a more civilized age.
- Host: GitHub
- URL: https://github.com/yishn/Sabaki
- Owner: SabakiHQ
- License: mit
- Created: 2015-04-25T21:28:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T00:57:20.000Z (9 months ago)
- Last Synced: 2024-12-27T17:08:54.615Z (5 days ago)
- Topics: baduk, board-game, electron, go, goban, igo, javascript, linux, macos, sgf, weiqi, windows
- Language: JavaScript
- Homepage: https://sabaki.yichuanshen.de/
- Size: 34.5 MB
- Stars: 2,431
- Watchers: 87
- Forks: 378
- Open Issues: 149
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# ![Sabaki: An elegant Go/Baduk/Weiqi board and SGF editor for a more civilized age.](./banner.png)
[![Download the latest release](https://img.shields.io/github/downloads/SabakiHQ/Sabaki/latest/total?label=download)](https://github.com/SabakiHQ/Sabaki/releases)
[![CI](https://github.com/SabakiHQ/Sabaki/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/SabakiHQ/Sabaki/actions)
[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg)](https://www.paypal.me/yishn/5)## 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)
and annotate board positions & moves
- Personalize board appearance with
[textures & themes](https://github.com/SabakiHQ/Sabaki/blob/master/docs/guides/theme-directory.md)
- SGF editing tools, including lines & arrows board markup
- Copy & paste variations
- Powerful undo/redo
- Fast game tree
- Score estimator & scoring tool
- Find move by move position and comment text
- [GTP engines](https://github.com/SabakiHQ/Sabaki/blob/master/docs/guides/engines.md)
support with
[board analysis for supported engines](https://github.com/SabakiHQ/Sabaki/blob/master/docs/guides/engine-analysis-integration.md)
- Guess mode
- Autoplay games![Screenshot](screenshot.png)
## 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.## 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
- Azim Palmer
- Nicolas Puyaubreau
- Hans Christian Poerschke
- David Göbel
- Dominik Olszewski
- Brian Weaver
- Philippe Fanaro
- James Tudor
- Frank Orben
- Dekun Song
- Dimitri Rusin
- Andrew Thieman
- Adrian Petrescu
- Karlheinz Agsteiner
- Petr Růžička
- 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.
- [go-board](https://github.com/SabakiHQ/go-board) - A Go board data type.
- [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.