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: 8 months ago
JSON representation
chess variant EPD opening book generation in the browser
- Host: GitHub
- URL: https://github.com/ianfab/bookgen-wasm
- Owner: ianfab
- Created: 2022-05-07T11:04:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T23:21:42.000Z (about 1 year ago)
- Last Synced: 2025-03-29T14:28:12.973Z (about 1 year ago)
- Topics: chess, chess-variants, epd, fairy-stockfish, fen, opening-book, wasm
- Language: HTML
- Homepage: https://bookgen-wasm.vercel.app/
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```