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:
source
share