All Questions
Tagged with fen computer-chess
2 questions
1
vote
2
answers
153
views
Changing the FEN position color
How would I write a function that would change the color to play of the given position and be consistent with?
Example FEN:
input:rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR w KQkq - 0 1
output:...
3
votes
1
answer
436
views
Do better board representations than the standard one exist?
Consider the classical representation of the state of a chess game. I'll draw the board:
R BK BNR
PPPP PP
N Q
PP
p
np p
ppp pp
r bkqbnr
Here is its move list:
d5 d5
c4 c6
Nf3 e6
...