DrkSephy / Shogi

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

Implement method for determining threatened pieces #11

Closed DrkSephy closed 8 years ago

DrkSephy commented 8 years ago

A function for determining which pieces on the board are being threatened needs to be implemented, mostly for use by the opposing AI. This function will return the pieces that are in danger of being captured after a movement.