jazzyb / libforchess

A chess engine for the "ultimate social game".
GNU General Public License v3.0
0 stars 0 forks source link

Create Iterative Version of fc_board_get_moves() #18

Closed jazzyb closed 12 years ago

jazzyb commented 12 years ago

Create an iterative version of fc_board_get_moves() which gets moves for just one piece at a time. Call the function in question from the AI code instead of fc_board_get_moves(). This way we can take advantage of alphabeta cutoffs without mixing the AI and game logic.