DrkSephy / Shogi

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

Implement Transposition Tables #54

Open DrkSephy opened 8 years ago

DrkSephy commented 8 years ago

In order to save expensive computations on available moves, a transposition table should be made.