DrkSephy / Shogi

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

Implement mini-max algorithm #13

Closed DrkSephy closed 8 years ago

DrkSephy commented 8 years ago

The AI which controls the opposite player will be implemented using the Minimax algorithm.