Files
chess-engine/README.md
2025-12-19 04:04:27 +01:00

10 lines
132 B
Markdown

## Build and Run in Browser
```
make BUILD=release wasm
python3 -m http.server 8000
# open https://localhost:8000/chess.html
```