Update README

This commit is contained in:
2025-12-20 01:19:54 +01:00
parent 92ce48997d
commit 97b6934024
2 changed files with 17 additions and 3 deletions

View File

@@ -1,9 +1,21 @@
## Build and Run in Browser
## Build and run in browser
```
make BUILD=release wasm
python3 -m http.server 8000
# open https://localhost:8000/chess.html
```
## Build and run in console
```
make BUILD=release tests
./tests
```
## Missing features and bugs
WASM/web build has an unresolved bug where checkmate and stalemate isn't
rendered or announced