Is threre a RoboCode like Game or Challenge for Python? [closed] Is threre a RoboCode like Game or Challenge for Python? [closed] python python

Is threre a RoboCode like Game or Challenge for Python? [closed]


And what about aichallenge?

Sponsored by Google, the type of competition that you search for, and loads of languages available.They provide a sample application that works, and you have to increase your ant's intelligence by yourself.

http://aichallenge.org/

Provided you post, I think you'll love it :)

BTW, found this on Hacker news yesterday

Why not play, code and find a job at the same time ^^


Scalatron has a RESTFUL Web API https://github.com/scalatron/scalatron/blob/master/Scalatron/doc/markdown/Scalatron%20APIs.md#scalatron-restful-web-api

This means you could play using Python over the API.

I am also interested in this kind of game and have considered creating my own. I would rather let players play over a RESTFUL API to allow flexibility of playing with whatever language they choose.

As for using IronPython it seems this user had no luck: Robocode + Python