jaysinco / FIR

Go implement of Monte Carlo tree search on five-in-a-row with a terminal UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document

Go implement of Monte Carlo tree search on five-in-a-row with a terminal UI.

 1| | | | | | | |
 2| | || || | |
 3| | | ||| | |
 4|||||| | |
 5| | | | | | | |
 6| | | | | | | |
 7| | | | | | | |
   1 2 3 4 5 6 7
last move: ●(02, 03)
○(row, col)>

About

Go implement of Monte Carlo tree search on five-in-a-row with a terminal UI.


Languages

Language:Go 100.0%