DrkSephy / Shogi

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

Extend valid moves method to include bench pieces #42

Closed DrkSephy closed 8 years ago

DrkSephy commented 8 years ago

Currently, there is a method which shows all valid moves for pieces on the board. However, there also needs to be an extension which detects all valid move placements for pieces that come from the respective player bench.