gobanjs
v0.1.0
Published
Go engine logic backend written in JavaScript
Downloads
6
Readme
goban.js
goban.js is a rules engine for a board game called Go. Note that it is not to be confused with AI engines, as goban.js provides API to emulate go with configured rules ranging from presets to custom.
Refer to other github projects within the goban.js family for frontends to goban.js.
go.js (legacy)
goban.js is a rewrite of go.js
.
The latest and last version of go.js
can be found at commit 7bc33ea18d9c137b12f3521fd93508119ba603c7
.
go.js was split into the following repositories:
goban.js - core of go.js which is now re-written from scratch
goban.js-raphael - the 'GUI' of go.js, also re-written from scratch
This is done to reorganize and modularize the project, while making other projects under the gobanjs umbrella possible (e.g. frontends).
Release Notes
0.X.Y
Dec 2013
Project set up.
Initial unstable public API
License
MIT License. See LICENSE file.