DrkSephy / Shogi

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

Prevent friendly fire #7

Closed DrkSephy closed 8 years ago

DrkSephy commented 8 years ago

Currently, a player can take over their own pieces. Checks need to be put into place to prevent this.

DrkSephy commented 8 years ago

Implemented by commit 56ce855d01e47145ec6a2e816cba7c5b8ffb9ba0.