An open API service indexing awesome lists of open source software.

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.

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)