Skip to content
/ FIR Public

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

Notifications You must be signed in to change notification settings

jaysinco/FIR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages