Closed zafarich closed 11 months ago
Hey, you need to add stockfish.js for example to your project. Then read the engine output and use drawMove
and/or move
method from the api to indicate the best move. I will add an example to the documentation, probably this weekend.
Thanks bro. It would be great if you could show an example of how to use it. For an example that selects game levels
If you add an example, write it here. please
Thanks bro. It would be great if you could show an example of how to use it. For an example that selects game levels
Not sure what you mean by game levels?
My idea was to explain the general usage and add an example where you play vs Stockfish.
It is true. I need to add an example where you play vs Stockfish
Hi, the documentation for uci engines (stockfish) is almost ready. I will finish it tomorrow. Here is the current state maybe it can help you, but be careful its wip... https://github.com/qwerty084/vue3-chessboard-docs/blob/main/src/stockfish.md
New documentation is now live. You can find the stockfish example here: https://qwerty084.github.io/vue3-chessboard-docs/stockfish.html
The Engine.js has public and private modifiers The css is missing in the Vue component
Fixing this it works as expected
I add vue3-chessboard. Component works correctly. But I need to add stockfish AI