-
User wants to be able to fully immerse in the study (moves, board position, etc.) so not visually switch to the comments in the PGN. The comments would be read by text-to-speech, but have the ability…
-
### What feature would you like to see in cli-chess?
When typing moves it would be nice to be able to do `nb3` , but this is rejected and `Nb3` is required.
-
Looks like a solid plan. I would try to imagine the minimum viable product, and get something working as fast as possible. The sooner you can play around with something that works, the more time you h…
-
getPosition () gives us only position object, how to get to position FEN. For example, can you add the second argument getPosition function (objPostion: object, fenPosition: string) => void?
-
I released a package yesterday called `rchess`, only to find this one a few hours later. I went back and rewrote parts of mine to depend on yours.
For one thing, thanks for making this! It's aw…
-
LuasChess provides functionality that allows generating image with current board. It would be great if it could also provide 'flashcard generator'. It is a great way to practice chess when not in fron…
-
With 3.2.0, the following case prints `test successful`:
```rust
use chess::{Board, BoardStatus, ChessMove, Square};
let mut board = Board::default();
assert_eq!(board.status(), BoardStatus::O…
-
Please add a feature to export the board state as FEN. This would simplify usage of the project with systems that render the board in using FEN.
-
### Exact URL of where the bug happened
Don't remember, but any analysis board of a crazyhouse game which has computer analysis requested can work. The only thing needing to be there is for a player …
-
* https://www.cs.brandeis.edu/~storer/JimPuzzles/ZPAGES/zzzDadsPuzzler.html
* https://arxiv.org/abs/cs/0106019 "Playing Games with Algorithms: Algorithmic Combinatorial Game Theory"
masak updated
3 weeks ago