python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Command Line Issue for uci-analyser chess program
I'm currently trying to use uci-analyser found at this link:
https://www.cs.kent.ac.uk/people/staff/djb/uci-analyser/
I'm trying to run it on Ubuntu 21.0 impish. Used the source file. Confirmed C++ co...

hangejj
Votes: 0
Answers: 1
Pandas: Generate new columns by old one
I have a dataframe that consists of one column being FEN notations from chess and I would like to split this column, which is in the format
2kr2nr/pp5p/3bpppP/1b1p4/8/1BB1P3/PP3PP1/R3K2R
into 64 colu...

Hemmelig
Votes: 0
Answers: 2
How to make a chess negamax algorithm prefer captures and other good moves found shallower in the decision tree?
Suppose we have the following position (FEN 8/1K6/8/4q2P/8/8/5k2/8 b - - 3 2):
My chess engine produces the correct move of Qxh5 when the search depth is below 3. After that, it seems the problem is ...
K. Raivio
Votes: 0
Answers: 1
Java chess game: how to check whether a piece is already on the tile?
I´m currently programming my first chess game and I have a small problem with my pieces. I´ll add some of my code below, but generally, I would like to check whether the tile a player moves a certain ...
Alice333
Votes: 0
Answers: 1