DrkSephy / Shogi

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

Current getValidMoves doesn't check for attacks #44

Closed DrkSephy closed 8 years ago

DrkSephy commented 8 years ago

The current getValidMoves doesn't return moves that correspond to attacks.