3D chess application in android

107 Views Asked by At

I wrote a 3D chess application in android using OpenGLES. It doesn't have any intelligence except for basic chess piece movement rules. For now , it is a 2 player game human vs human. Now i want to include any open source chess engine so that it can support computer vs human also. But I am clueless how to go about it. Any help is appreciated.

1

There are 1 best solutions below

0
On

Basically you only need to implement one of two (or both) protocoles: UCI or WinBoard. Then you can communicate with any chess engine.