DrkSephy / Shogi

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

Implement placement of captured pieces #14

Closed DrkSephy closed 9 years ago

DrkSephy commented 9 years ago

In this version of Shogi, players can place enemy pieces which have been captured instead of choosing to move a piece.

DrkSephy commented 9 years ago

Implemented by commit 0c2630be443c99bbd7da4fc482dff2f6ff0e26a0.