https://github.com/psygo/goban_web
A Goban Web Component for displaying and playing the game of Go.
https://github.com/psygo/goban_web
baduk goban igo web-components weiqi
Last synced: 17 days ago
JSON representation
A Goban Web Component for displaying and playing the game of Go.
- Host: GitHub
- URL: https://github.com/psygo/goban_web
- Owner: psygo
- Created: 2026-07-17T13:57:30.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-07-19T16:49:34.000Z (about 1 month ago)
- Last Synced: 2026-08-14T12:45:48.928Z (18 days ago)
- Topics: baduk, goban, igo, web-components, weiqi
- Language: TypeScript
- Homepage:
- Size: 2.36 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goban Web
A [Web Component](https://developer.mozilla.org/en-US/docs/Web/API/Web_components) for playing and displaying the game of Go.
> With Web Components, we're able to make this project available across pretty much all web frameworks, and many other non-web ones.
## Usage
Check the [documentation](/Docs.md) for more info.
## References
- Goban Viewers
- [wgo.js](https://github.com/waltheri/wgo.js/)
- It still works, but its documentation is limited, and I don't know if all features work.
- It's what's used on [Kifu Depot](https://kifudepot.net/kifucontents.php?id=xTNbiP89HGgflZaPrlzV2g%3D%3D) still.
- [An example of wgo.js' use on my old blog](https://psygo.github.io/fanaro.io/articles/recursion_fibonacci_in_go/recursion_fibonacci_in_go.html)
- [Sabaki](https://sabaki.yichuanshen.de/)
- [Go Magic's Goban Viewer](https://gomagic.org/secrets-of-the-master-of-go-kawabata-shusai-kitani/)
- Essentially a copy of Sabaki.
- But closed-source, Anton Proskurin has no intention of sharing.
- SGF
- [Wikipedia - SGF](https://en.wikipedia.org/wiki/Smart_Game_Format)
- [Centrum Wiskunde & Informatica (CWI) - SGF](https://homepages.cwi.nl/~aeb/go/misc/sgf.html)
- [Red Bean - SGF](https://www.red-bean.com/sgf/)
- [@SabakiHQ/sgf](https://github.com/SabakiHQ/sgf)
- Others
- [OGS - goban](https://github.com/online-go/goban)
- [@psygo/fanaro-sabaki-theme-collection](https://github.com/FanaroEngineering/fanaro_sabaki_theme_collection)