Hexapawn: Difference between revisions

m
typo
mNo edit summary
m (typo)
Line 16:
(e.g. no attempt is made to see if a possible move can immediately win).
However, unlike the paper this does ''not'' handle mirror games as the same.
I.e. this implementation will need to learn how to respond to white's openningopening "3 6" move independently from the mirror white opening move of "1 4".
<lang go>package main
 
Anonymous user