DrkSephy / Shogi

Implementation of Dobutsu Shogi using Minimax + Alpha-Beta pruning
http://drksephy.github.io/Shogi/
2 stars 1 forks source link

Handle case with two captured Hens #20

Closed DrkSephy closed 9 years ago

DrkSephy commented 9 years ago

In the case where one player has two hens, we need to determine where to place them. Capturing one hen will send it to the bench slot for hens, but where do we put the second captured hen?