Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ianfab/bookgen-wasm
- Owner: ianfab
- Created: 2022-05-07T11:04:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T21:49:01.000Z (over 1 year ago)
- Last Synced: 2024-10-21T21:18:55.595Z (2 months ago)
- Topics: chess, chess-variants, epd, fairy-stockfish, fen, opening-book, wasm
- Language: HTML
- Homepage: https://bookgen-wasm.vercel.app/
- Size: 104 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-libnpm run serve
```## Deployment
```
# Copy node_modules/fairy-stockfish-nnue.wasm to public/lib
npm run copy-lib# Run vercel cli
npm run deploy
```