Add fen loader and a test script for c
This commit is contained in:
@@ -52,6 +52,7 @@ struct Board {
|
||||
int fullmove_number;
|
||||
};
|
||||
|
||||
void create_knight_attack_cache(void);
|
||||
void create_pawn_attack_cache(void);
|
||||
void create_king_attack_cache(void);
|
||||
void create_knight_attack_cache();
|
||||
void create_pawn_attack_cache();
|
||||
void create_king_attack_cache();
|
||||
void print_board();
|
||||
1
engine/include/fen.h
Normal file
1
engine/include/fen.h
Normal file
@@ -0,0 +1 @@
|
||||
int load_fen();
|
||||
Reference in New Issue
Block a user