I am wondering if there is a site on which people can upload their AI to compete with each other in different games: Chess, Gomoku, etc.
The site will take the source code of programs (written in some common language), compile it and run programs against each other. All programs will need to use some common communication methods.
My motivation is that I saw many different Gomoku programs in Stack Overflow, and I would like to test different algorithms against each other. But each of them uses different languages ββand interfaces, and I can not get them to play against each other.
A shared dedicated server that will play AI against each other and hold a global card will be a lot of fun :)
Is there such a server?
The best I could find is http://wawrzak.com/megagomoku/ , but itβs still something I need to download and run on my own computer - I would prefer an existing site where everyone can contribute .
EDIT . Also interesting is http://gomocup.wz.cz/gomoku/download.php . The gomoku contest is held annually, and it contains a common interface for communication and many existing homoku programs. I would like this to take place more often than once a year, though :) Immediate feedback from downloading your program and viewing the results will be very good.
source share