Skip to content

dpldgr/fairyground

 
 

Repository files navigation

fairyground

This is an attempt to have a simple demo and playground for Fairy-Stockfish in the browser, using its WebAssembly port, its ffish.js library, and the graphical chessgroundx library. It is based on the demo for Fairy-Stockfish WASM and ffish-test.

You can see it deployed at: https://fairyground.vercel.app/

Usage

Install dependencies

npm install

Bundle javascript

# One time use
npm run build

# or, continuously run in background and watch for changes
npm run watch-build

Start server

npm run serve

Then, browse to http://localhost:5000

Enjoy!

Make A Release

See README.md

Attribution

See COPYING.md

About

playground for Fairy-Stockfish in the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.2%
  • HTML 26.0%
  • JavaScript 16.2%
  • Shell 2.7%
  • Batchfile 0.9%