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 checking valid selections #12

Closed DrkSephy closed 8 years ago

DrkSephy commented 8 years ago

Based on whose turn it currently is, the active player cannot select to move pieces controlled by the opposite player.

DrkSephy commented 8 years ago

Implemented by commit e96b766677a4ecab92b2ecca92962bee9d24b282.