DrkSephy / Shogi

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

Implement Manhattan Distance Heuristic #47

Closed DrkSephy closed 8 years ago

DrkSephy commented 8 years ago

A good starting heuristic for moves would be to utilize Manhattan distance.