chess AI for GAE

Posted by Richard on Stack Overflow See other posts from Stack Overflow or by Richard
Published on 2009-10-04T11:57:20Z Indexed on 2010/05/22 23:30 UTC
Read the original article Hit count: 372

I am looking for a Chess AI that can be run on Google App Engine. Most chess AI's seem to be written in C and so can not be run on the GAE. It needs to be strong enough to beat a casual player, but efficient enough that it can calculate a move within a single request (less than 10 secs).

Ideally it would be written in Python for easier integration with existing code.

I came across a few promising projects but they don't look mature:

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine