<<

NAME

CTF::FlagFactory - Flag data generator

SYNOPSIS

    use CTF;
    CTF->load_from_io($config);

    my $factory = CTF::FlagFactory->new();
    print $factory->next_flag;

ABSTRACT

This class is a simple flag generator. It may be overriden in the contest YAML config. Flag data can be an arbitrary string.

DESCRIPTION

The FlagFactory class generates Flag data which is used as the service flags.

Methods

SEE ALSO

http://crew.ccs.neu.edu/wiki/CaptureTheFlag

AUTHOR

Marc Dougherty <[email protected]>

Ian Langworth <http://langworth.com>

COPYRIGHT AND LICENSE

Copyright 2004 by Marc Dougherty

This software is released under the terms of the GPL. A copy of the GPL can be obtained here: http://www.fsf.org/licenses/gpl.html

<<

Unless otherwise noted, all content is copyright Marc Dougherty and is subject to a Creative Commons license.