smartchess
v0.1.1
Published
Still work in progress. Do not use for actual projects yet.
Readme
Chess rule engine + PGN & FEN parser
Still work in progress. Do not use for actual projects yet.
Building
- Install rust
cargo install wasm-packcargo install wasm-pack --version 0.8.1- To build the JS version:
wasm-pack build --target web
