Games::AIBots is an improved clone of A.I.Wars in Perl.
SYNOPSIS
In the command line:
% aibots # with Tk, displays the GUI
% aibots map bot1 bot2... # run the game
% aibots -h # show help
Programatically:
use Games::AIBots;
Games::AIBots::init_sound($flag);
Games::AIBots::init_console();
# Games::AIBots::init_gui(); # requires Tk
Games::AIBots::init_arg($map, @bots);
Games::AIBots::init_map();
Games::AIBots::do_loop($rounds);
This module exists exclusively for the purpose of the aibots script bundled in the distribution. Please see aibots for an explanation of the game's mechanics, rules and tips.
Product's homepage
Requirements:
· Perl