
Games::AIBots - An improved clone of A.I.Wars in Perl

This document describes version 0.03 of Locale::Maketext::Fuzzy.

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.


Autrijus Tang <autrijus@autrijus.org>
Files under the bots/ directory was contributed by students in the autonomous learning experimnetal class, Bei'zheng junior high school, Taipei, Taiwan.

Copyright 2001, 2002 by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.