Skip to content
/ goban Public
forked from online-go/goban

A JavaScript library for exploring and playing the game of Go

License

Notifications You must be signed in to change notification settings

BHydden/goban

This branch is 642 commits behind online-go/goban:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0d90157 · Oct 7, 2022
Aug 19, 2022
Sep 21, 2022
May 26, 2022
Oct 4, 2022
May 26, 2022
Aug 19, 2022
Dec 26, 2019
Oct 3, 2019
Oct 3, 2019
Apr 30, 2022
Oct 7, 2022
Aug 21, 2022
Oct 4, 2022
Jan 16, 2022
Jan 25, 2020
Nov 13, 2019
May 26, 2022
Sep 21, 2022

Repository files navigation

License: Apache-2.0

Current state

Warning This code base has been extracted from the online-go.com source code where it was highly integrated and minimally touched for many years even during some moderinization of the rest of the site. Until v 1.0 is released of this library, it is not recommended to make use of it as much overhaul is happening to improve usability on sites other than online-go.com.

Dev setup

1. Building goban

If you have make installed you can simply run

make

Or, you can build and run manually using

yarn install
yarn run dev

(yarn install is only necessary the first time you start working on the project, or whenever dependencies are updated)

2. Using local clone of goban while working on online-go.com

From your goban directory run

yarn link

From the online-go.com directory run

yarn link goban

Once done done, your online-go.com development environment will use your development goban code.

About

A JavaScript library for exploring and playing the game of Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.3%
  • JavaScript 1.6%
  • Other 1.1%