Banksia icon indicating copy to clipboard operation
Banksia copied to clipboard

Chess tournament manager, standard C++ 11

Results 9 Banksia issues
Sort by recently updated
recently updated
newest added

I use Banksia 0.54 If I browse a bin book I can see the moves in short algebraic notation. ![Schermafbeelding 2022-05-26 163208](https://user-images.githubusercontent.com/40061628/170509947-3b574c58-e0e3-4507-a585-3208c96cf241.png) I I browse a book in obs.db3 format...

Hello. This Key is working on 0.45 but not in 0.46

After a swiss tournament the scoreboard looks like this: ``` # name games wins% draws% losses% score los% elo+/- 1. Stockfish 210221 12 75.0 25.0 0.0 10.5 99.9 338.0 2....

1. Bug: removing b8 or g8 knights from the board does not update FEN 2. Suggestion: edit board size and location should be remembered after closing and restored and the...

Evals in PGN stored with only 1 digit after decimal point, for example: 1.g3 Nc6 {End of openingA00: Benko's opening} 2.d4 {+0.3/21 2424 1511177} d5 {+0.3/24 6528 2751448} Expected 2...

Sorry to make an issue here about Banksia GUI. I did try to register over the forum there. but the humanity test is defeating me. What kind of answer syntax...

I cannot play any game but I am able to play puzzles and watch other games. Can someone fix this issue? ![螢幕擷取畫面_20230225_090722](https://user-images.githubusercontent.com/126332870/221358618-30f05632-7413-411a-948a-e9a650b7c3c4.png)

Hi! There are on banksia-GUI a category named lichess-bot When I challenge my BOT, he accepts the challenge but he doesn't play a move and the application is closed and...

I have an engine that consists of a Python script that implements the UCI protocol, and imports an extension written in C++. The script is marked executable with chmod +x...