~callum/go-board-web

Web page for playing games that use a go board. Optional online functionality.
Add link to hosted page
Add screenshot

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~callum/go-board-web
read/write
git@git.sr.ht:~callum/go-board-web

You can also use your local clone with git send-email.

#Go Board Web

A simple web page for playing games that use a Go board (Go, Gomoku/Renju, etc.). It doesn't do any scoring or determine if moves are legal, all you get is the ability to place black and white stones on a grid.

You can use it when:

  • You don't have a Go board but you do have a computer with a web browser
  • You want to play online with someone you know

For online play you must provide an http-string-store string, such as https://example.org/s/ABCD (where ABCD is the string ID). The board is updated from the online source every 5 seconds, which may overwrite local changes.

If you want you can use it at https://calcuode.com/go-board/.

Screenshot of the web page