with this nice week end, i continue to debug my program NaltaP.
Base on bitboard and koggestone i have developped some debug tools with the perft function.
All is fine for depth 1, 2 and 3 but 4 i have more moves generated, 197449 nodes generated.
to be exact.
I have debug it and generate a text file, with board display, fen string and list of move generated but i see nothing.
do you see somehting wrong with this ?
rnbqkbnr/pppp1ppp/4p3/8/8/P5P1/1PPPPP1P/RNBQKBNR b KQkq a1 0 1
30 generated moves.
The bkack bishop on f8 capture the white pawn at a3
The black pawn on e6 move to e5
The black pawn on a7 move to a6
The black pawn on a7 move to a5
The black pawn on b7 move to b6
The black pawn on b7 move to b5
The black pawn on c7 move to c6
The black pawn on c7 move to c5
The black pawn on d7 move to d6
The black pawn on d7 move to d5
The black pawn on f7 move to f6
The black pawn on f7 move to f5
The black pawn on g7 move to g6
The black pawn on g7 move to g5
The black pawn on h7 move to h6
The black pawn on h7 move to h5
The black knight on b8 move to a6
The black knight on b8 move to c6
The black knight on g8 move to f6
The black knight on g8 move to h6
The black knight on g8 move to e7
The bkack bishop on f8 move to b4
The bkack bishop on f8 move to c5
The bkack bishop on f8 move to d6
The bkack bishop on f8 move to e7
The black queen on d8 move to h4
The black queen on d8 move to g5
The black queen on d8 move to f6
The black queen on d8 move to e7
The black king on e8 move to e7
Thanks for any idea

Best Regards
Yves
