colding10 / Kingfish

C++ UCI chess engine (2000 ELO)
GNU General Public License v3.0
4 stars 0 forks source link

board fen generation doesn't work #3

Closed colding10 closed 1 year ago

colding10 commented 1 year ago

example board output:

CHESSBOARD INFO
Turn: white
Move: 6294
FEN: pppppppp/pppppppp/pppppppp/pppppppp/pppppppp/pppppppp/pppppppp/pppppppp/
Hash: -1190157721
BLACK is winning!
White: -3.40282e+38
Black: 3.40282e+38
0  0  0  0  13 0  0  0  
0  0  8  8  0  0  0  8  
0  0  0  0  0  0  0  0  
0  0  0  0  0  0  0  0  
0  0  0  18 0  0  0  0  
0  0  16 0  0  0  0  0  
0  0  16 0  0  16 0  16 
11 0  0  0  0  0  21 10
colding10 commented 1 year ago

should be fixed. still doesn't include other fields however