| >xabsl | The Extensible Agent Behavior Specification Language |
| start | team | language reference | tools | xabsl engine | download | licence | |
Xabsl Example Source Code for Ascii Soccer | |
|   | |
File Options/striker.xabsl | |
/** Waits infront of the other players for a pass */
option striker {
initial state __initial {
action {
go_to(x = ball.x() - 8, y = 11);
}
}
}
| |
| Copyright 2002 - 2009 by the XABSL developer team. See the licence for details. | |