-
**JQuery offers certain tools to get the source i.e. the position from where the user started to drag to the position where the user has left the object.**
_ChessJS expects the participant to get th…
-
**Add move sounds that would play automatically after any piece is moved.**
- [ ] Sound for moves after the move is made by either side.
- [ ] Different sounds for casting, piece capture, che…
-
**Description**
Invalid FEN renders the page unresponsive.
**Proposed Solution**
Display a prompt, and return to the game.
-
The current GUI of Engine is very minimalistic and simple, Contributors to this issue are supposed to follow the following task list, Contributions other than the mentioned tasks are always welcome. …
-
Hello, I'm getting this error message :
`Uncaught peg$SyntaxError {message: "Expected " ", "*", "0-1", "0:1", "1-0", "1/2-1/2",…], [a-h], end of input, or integer but "[" found.", expected: Array(…
-
I need to get a list of moves for every generated PGN, then I will link this list of moves to the sidebar. In the sidebar, if the next move is clicked the "ChessBoard" and the "pgnReview" will be upd…
-
I try to import chess-js to angular 7 with this type:
1º npm i @types/chess.js . With this way the error is : chess_js__WEBPACK_IMPORTED_MODULE_2__.Chess is not a constructor
. This error is in @t…
-
Följande endpoints i Backenden för rummen behöver skapas:
**Skapa nytt rum:**
```
Event: "createRoom"
Data: { roomName: STRING, settings: OBJECT }
Returns: {
id: STRING, // Rummets ID
…
-
I am having an issues when I set the position to "pp3k2/8/8/8/8/8/8/RNBQKBNR" it seams the engine is not recognizing it. I am using Chess.js.
The board is coming up correctly, I can not move any piec…
-
Hi and thank you for this vue chessboard.
Can I lock a colour to not to be played ?
My plan is to make a online multi player game with socketIo and I need to lock the opponent colour.
Example:
If …