DrkSephy / Shogi

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

Implement game over detection #10

Closed DrkSephy closed 9 years ago

DrkSephy commented 9 years ago

We'll need to determine whether the game is over, and which player has won. The game is over under two conditions:

DrkSephy commented 9 years ago

Second bullet point implemented by a5268b0d06960d7450bd8c944027dd2a4f6bf683.