salvor7 / GoFamiliar

A project to develop a helper, like a magic familiar from fantasy, for playing Go
Other
3 stars 0 forks source link

Pass user move selections to MCTS #13

Open salvor7 opened 8 years ago

salvor7 commented 8 years ago

Create a queue to pass in move suggestions from the user. These moves should spark the algorithm to ran a game simulation with the selected move. Mark places the user has selected for passing to the MCTS algorithm.