leychess-jocly
v0.0.1
Published
Jocly fork with Leychess Variants
Downloads
3
Maintainers
Readme
leychess-jocly is a fork of jocly with leychess variants. tutorial to use jocly:
Using Jocly in a Web page
Insert this line to your HTML source code:
<script src="node_modules/jocly/dist/browser/jocly.js"></script>
You are now ready to use the Jocly API through the Jocly
global object.
Using Jocly in a node.js application
const Jocly = require("jocly");
You are now ready to use the Jocly API through the Jocly
entry point.
API Documentation
Jocly offers two distinct APIs:
- the Application API to make Web applications
- the Game API to create games to run with Jocly features