-
I am using the vsocde-java extension with a gradle java project.
Receiving error "Project 'java_server' is missing required Java project: 'chesslib'
- Operating System: Linux Mint 19.2
- JDK ve…
-
In Dice Chess, the King can move to a square that is under attack.
I want to use the library for Dice Chess game. How I can configure it?
https://dicechess.com/rules
-
**Issue:**
- executing the chesslib excessively for several hours causes memory leaks
- find out if the C code causes memory leaks
-
Hi! Does the chesslib handle multiple variations nested in the PGN in a single game (i.e. a game with analysis)?
-
Hi, i've had a play around with this and I find a way to search moves quicky.
I just tried the following to enumerate moves:
static void Main(string[] args)
{
var gam…
-
### Version
1.86.10
### What happened?
When running the fat jar on windows I got the message "no imgui-java on java.library.path"
### Reproduction
I have a imgui-java with ImGui with this POM :
…
-
#### Description
If an engine outputs a promotion bestmove with the promotion a capital letter, e.g. "a7a8Q", fastchess (specifically the chess lib) will accept this as valid, and take this string an…
-
in the [zap](https://zapp.run/edit/simple-chess-boad-z62a06g862b0?file=lib/main.dart&entry=lib/main.dart) click to move and drag to move both work. That is using the old `simple_chess_board: 0.6.2`
…
-
I get the exception
```
fastpopular: external/chess.hpp:2055: void chess::Board::makeMove(chess::Move) [with bool EXACT = true]: Assertion `at(move.from()) != Piece::NONE' failed.
Abort (core dump…
-
When clicking on a game from the tree view, its content should be parsed into a list of valid moves following PGN notation.
Each move pair (white and black) should be displayed on a different line on…