views:

363

answers:

3

Does anyone know of an open source AI programming competition framework( shell)? The target should be 'game aware'.

I'd like it to:

  • Be written in Java
  • Have a reliable way to measure/terminate time slices. (e.g. bytecodes executed)
  • Run compiled AIs against each other. (class files)

If there is anything like this available, let me know!

A: 

Your question is not phrased in such a way that anyone can answer it properly. If you are looking for a Java engine for a Game where developers create agents that compete, try Battle Bots.

Amir Afghani
After Jonathan Leffler's edits, the question seems answerable to me - though not by me.
CPerkins
+2  A: 

Something like RoboCode?

Andrea Ambu
+1 for RoboCode. Excellent source because there is very little coding required outside of your actual competition logic for your tank.
Mike Clark
A: 

We ended up writing our own which was unfortunately quite specific to our game and not the generic class loader I had envisioned. Thanks for the help all!

JonLeah
Maybe this answers the question for YOU. But it certainly doesn't answer the question itself. Could you please leave it open, since I'm still looking for solution to this question?
ziggystar