Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ianfab/bookgen-wasm

chess variant EPD opening book generation in the browser
https://github.com/ianfab/bookgen-wasm

chess chess-variants epd fairy-stockfish fen opening-book wasm

Last synced: 13 days ago
JSON representation

chess variant EPD opening book generation in the browser

Awesome Lists containing this project

README

        

# bookgen-wasm

EPD opening book generation in the browser using the [WebAssembly port](https://github.com/ianfab/fairy-stockfish.wasm/tree/bookgen) of the Fairy-Stockfish based [book generator](https://github.com/ianfab/bookgen).

## Development

```
npm install

# Or use a local version of stockfish-nnue.wasm by e.g.
npm install fairy-stockfish-nnue.wasm@../fairy-stockfish-nnue-wasm-v2/src/emscripten/public

# Link node_modules/fairy-stockfish-nnue.wasm to public/lib
npm run link-lib

npm run serve
```

## Deployment

```
# Copy node_modules/fairy-stockfish-nnue.wasm to public/lib
npm run copy-lib

# Run vercel cli
npm run deploy
```