Skip to content

Reactive chess UI built with clojurescript and react.js, for

License

Notifications You must be signed in to change notification settings

jwinter/chessground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChessGround

Multipurpose chess UI.

ChessGround is written in clojurescript.

This library is meant to replace all lichess.org chessboards, and can be used as a drop-in replacement for chessboardjs and pgn4web.

It targets all modern browsers, as well as mobile development using Cordova.

Even thought all code is written in clojurescript, it exposes a JavaScript public API.

Development

lein cljsbuild auto dev

To serve the examples from a webserver (avoid cross domain requests):

sudo npm install -g http-server
http-server

Then open http://localhost:8080/examples/index.html.

Production

To make a production build:

lein cljsbuild once prod

Then try it on http://localhost:8080/examples/index.html?prod.

About

Reactive chess UI built with clojurescript and react.js, for

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published