Search code examples
pythonprologschemelispstarcraftgym

Programming Language for Berkeley Overmind Starcraft AI competition


Does anyone know which programming language the Berkeley Overmind submission to the Starcraft AI competition this past year was?


Solution

  • You can download all of the bots here. The Overmind bot is written in Java.

    The bot-Overmind directory in the distribution contains a large number of Java class files. It appears to use bwapi-jbridge to bridge the gap between the C++ BroodWar API and the Java code.