TiemenBouma / born2bebot

Our bot project
2 stars 1 forks source link

Check if our currently planned move will help the opponent to win in upcoming turn #2

Open jaberkro opened 2 years ago

jaberkro commented 2 years ago

When we decide to make a move that will not give us an instant win, we should check if this move will create the possibility for the opponent to win in the upcoming turn. If so, we should not execute this turn and find something else to do in this turn.

jaberkro commented 2 years ago

This means, we have to search 2 turns in the future to find the best solution (our own move and the move of the opponent after our current move)