Vindinium

Undocumented in source.

Constructors

this
this(string key, string server, Mode mode, uint turns, string map)
Undocumented in source.

Members

Enums

Mode
enum Mode

Game modes

Functions

connect
VindiniumGame connect()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

key
string key;

The AI's private API key

map
string map;

Name of the map to play: "m{1..6}"

mode
Mode mode;

Mode that the hero is playing in

server
string server;

Server to play the game on

turns
uint turns;

Number of turns to play the game

Meta