Thanks! For the AI I used this tutorial:
However, I was able to implement a one-move ahead algorithm only because of time.
Basically it tries to capture the piece with most material value it can, if not it moves one random piece. A two-move ahead algorithm makes surprisingly good movements already.