Spaces:
Running
Running
wchess : update README.md
Browse files
examples/wchess/README.md
CHANGED
|
@@ -33,8 +33,13 @@ White's turn
|
|
| 33 |
|
| 34 |
## TODO
|
| 35 |
|
| 36 |
-
- Improve web-browser audio capture - sometimes it does not record the voice properly
|
| 37 |
-
- Add support for more languages by making the generated grammar string multi-lingual
|
| 38 |
- Fix bugs in the chess moves logic
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
PRs welcome!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
## TODO
|
| 35 |
|
|
|
|
|
|
|
| 36 |
- Fix bugs in the chess moves logic
|
| 37 |
+
- Improve web-browser audio capture - sometimes it does not record the voice properly
|
| 38 |
+
- Add support for more languages by making the generated grammar string multilingual
|
| 39 |
+
- Explore ways to improve the dynamic grammar to be narrower
|
| 40 |
|
| 41 |
PRs welcome!
|
| 42 |
+
|
| 43 |
+
## Thanks
|
| 44 |
+
|
| 45 |
+
- [chessboardjs](https://chessboardjs.com) for the neat chessboard JS library used in this demo
|