bishop move + moves format
This commit is contained in:
parent
49befc72b6
commit
76c69dbf18
3 changed files with 128 additions and 40 deletions
|
|
@ -4,4 +4,5 @@
|
|||
int pawnMove(game *g, move *moves);
|
||||
int knightMove(game *g, move* moves);
|
||||
int rookMove(game *g, move *moves);
|
||||
int bishopMove(game *g, move *moves);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue