Skip to content

playground for Fairy-Stockfish in the browser (new features add)

License

Notifications You must be signed in to change notification settings

yjf2002ghty/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!

Attribution

See COPYING.md

About

playground for Fairy-Stockfish in the browser (new features add)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.3%
  • HTML 30.0%
  • JavaScript 16.7%
  • Shell 1.0%