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

Null Object Oriented Java AI

Description

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

NullOOJavaAI is an empty implementation, meaning it will load, but do absolutely nothing. It can be used to test the Java OO wrapper 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 you to use this AI as a template.

This AI uses the Java AI Interface Library. See also Null 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

possible ways to compile:

  • spring build environemnts. either Scons or CMake. refer to Building spring
  • OS specific build script: {spring_source}/AI/Skirmish/NullOOJavaAI/bin/java_compile.(sh|bat)
  • Ant build file under {spring_source}/AI/Skirmish/NullOOJavaAI/bin. First edit ant.properties, then run ant

How to install

The easy way

Using Ant: Go to {spring_source}/AI/Skirmish/NullOOJavaAI/bin and edit ant.properties. then run ant dist.

The uncomfortable way

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

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

<- Back to AI page

Category: AI