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


Games-AIBots documentation  | view source Contained in the Games-AIBots distribution.

Index


NAME

Top

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

VERSION

Top

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

SYNOPSIS

Top

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);

DESCRIPTION

Top

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.

SEE ALSO

Top

aibots, Games::AIBot

AUTHORS

Top

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

Top


Games-AIBots documentation  | view source Contained in the Games-AIBots distribution.