AI%3ANullJavaAI - beyond-all-reason/springrts_engine_wiki_mirror GitHub Wiki

Null Java AI

Description

This Skirmish AI is written in pure Java, to prove that the Java AI interface works. It consists of only the very minimum that is needed for a spring Java Skirmish AI to load.

NullJavaAI is an empty implementation, meaning it will load, but do absolutely nothing. It can be used to test the Java AI interface or for exploring a map if one wants the end game screen not to appear. If you want to write your own Java AI, we recommend using the NullOOJavaAI as a template instead of this one.

This AI uses the Java AI Interface Library. See also Null Object Oriented Java AI.

Download

It comes with spring source. Reffer to Obtaining the Source.

Bugs

Known Crashes:

  • None

Please report bugs under Mantis to the AI subproject.

How to compile

multiple ways:

  • Spring build environments: either SCons or CMake; refer to Building spring.
  • OS specific build script: {spring_source}/AI/Skirmish/NullJavaAI/bin/java_compile.(sh|bat)

How to install

from: {spring_source}/AI/Skirmish/NullJavaAI/ to: {spring_data_dir}/AI/Skirmish/NullJavaAI/{NullJavaAI-version}/

  • copy the created SkirmishAI.jar and SkirmishAI-src.jar to ./
  • copy data/* to ./

<- Back to AI page

Category: AI