vote up 1 vote down star
1

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!

flag
I'm looking for something similar. Some environment to run Java programs safely (server security!). Best would be to have some kind of convienient interface accessible by browser. – ziggystar yesterday

2 Answers

vote up 0 vote down

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.

link|flag
After Jonathan Leffler's edits, the question seems answerable to me - though not by me. – CPerkins Oct 2 at 11:51
vote up 1 vote down

Something like RoboCode?

link|flag
+1 for RoboCode. Excellent source because there is very little coding required outside of your actual competition logic for your tank. – Mike Clark Oct 1 at 19:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.