simzer / goro

Go (igo, wei-qi, baduk) engine, cli interface, gui and tool set
GNU General Public License v3.0
2 stars 0 forks source link

Minimax algorithm #1

Closed simzer closed 11 years ago

simzer commented 12 years ago

Implement basic minimax algorithm.

simzer commented 11 years ago

Basic minimax algorithm added. No recursion limit yet. Tested with tictactoe rules on 3x3 board.