Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.28 KB

backgammon.js-lib

The backgammon.js-lib library, used by both backgammon.js-client and backgammon.js-server, provides the following functionality:

The whole picture

To get an idea how the library package fits in the whole picture, look at project README and detailed documentation.

Library reference

Check out library reference and class diagrams in documentation for more details on available classes.

To recompile library reference, using jsdoc, execute the following:

cd lib
npm run build:docs

Other documents: