Making a capture-go bot

Ello! As a little personal project I’d love to create a capture-go bot. Thing is, I would only know to create two rules:

  1. Find enemy group with smallest number of liberties, reduce enemy group liberties while increasing liberties of own smallest group.
  2. If that move can’t be found, compare liberties of smallest groups for self and enemy. If enemies is smaller, attach to enemy group to reduce. If own is smaller, attach to own group to extend.

What other rules do you think need to be implemented?

2 Likes

Just implement DCNN/MCTS… should be trivial :slight_smile:

1 Like