Acme::RTB 0.01 review

Download
by rbytes.net on

Acme::RTB is a Perl extension for building realtimebattle bots. SYNOPSIS use Acme::RTB; my $robot = Acme::RTB->new({ Name

License: Perl Artistic License
File size: 6K
Developer: Debian User
0 stars award from rbytes.net

Acme::RTB is a Perl extension for building realtimebattle bots.

SYNOPSIS

use Acme::RTB;
my $robot = Acme::RTB->new({ Name => 'Anarion PerlBot 1.0',
Colour => 'ff0000 ff0000',
Log => '/home/anarion/perl/rtb/robot.log'} );

$robot->Start;

This module will allow you to create bots for battling with realtimebattle. http://realtimebattle.sourceforge.net/

Requirements:
Perl

Acme::RTB 0.01 search tags