/carcassonne

A library for the backend of the boardgame Carcassonne

Primary LanguageTypeScript

carcassonne

A library for the backend of the boardgame Carcassonne

Usage

Install TypeScript and TSDoc

Run npm install

Compile TypeScript

Run npm run build or tsc in current directory and javascript will be output to a dist/ directory.

Generate API Reference

To generate an API reference manual, run npm run docs and the reference manual will be generated as HTML files.