Chess AI for GAE

I am looking for a chess AI that can be run in the Google App Engine. Most chess AIs seem to be written in C and therefore cannot be run on GAE. It must be strong enough to defeat a random player, but efficient enough so that it can calculate the move within a single query (less than 10 seconds).

Ideally, this would be written in Python to simplify integration with existing code.

I came across several promising projects, but they do not look mature:

+5
source share
2 answers

PyChess? Python, , , .

, PyChess, , .

PyChess, Python, pychess.Utils. , pychess.Utils.lutils, , , , Python.

+5

GAE, CRUD, . , , .

+1

All Articles