DrkSephy / Shogi

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

Implement recursion tree visualization #27

Open DrkSephy opened 9 years ago

DrkSephy commented 9 years ago

A visualization of the minimax recursive calls will be useful for debugging game states as the depth of the tree increases.