My guess is that for 1, 2 or 3 moves per turn it's possible to make a bot that looks ahead 2 or 3 rounds using brute force and then use AB pruning to pick the best move.
With 7 moves per turn the search space is too big and it looks difficult.
I tried a few games with neutral pieces, and it' move difficult to beat the bot.