DrkSephy / Shogi

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

Implement turn system #8

Closed DrkSephy closed 9 years ago

DrkSephy commented 9 years ago

A turn-by-turn system needs to be implemented in order to track whose turn it currently is.

DrkSephy commented 9 years ago

Implemented by method d0c852698eb587acb90d78125ff49abb40992b8b.