DrkSephy / Shogi

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

Add flags for storing which player has won #24

Closed DrkSephy closed 8 years ago

DrkSephy commented 8 years ago

For the minimax evaluation method, scores will be given based on whether or not a player has won.