AIInterface:Mono

From Spring
Jump to navigationJump to search
Mono
Developer
Agon
Version
v0.5 (local copy)
Language Support
CLI languages
Status
beta
License
LGPL v2.1+ and MIT
<- Back to AI Interfaces

Forum threads

Description

This AI interface is written in C and allows spring to load AIs written in a CLI compatible language.

The source of this AI interface library can be found here: {spring_source}/AI/Interfaces/Mono/

Currently supported AIs

  • MonoNullAI
  • CSharpSampleAI

Download

!NO PUBLIC CODE AVAILABLE YET!

Known Crashes

  • Description in AIInfo.lua does not fit to the AI.

How to compile and install the interface

  • Configure with: "cmake -i" or "cmake-gui"
  • make (optional with -j<number for jobs>)
  • make install (optional with -j<number for jobs>)

Required software

  • Mono 2.0<
  • GLib2 (required for Mono)

<- Back to AI page