This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "User:F687s"

From BZFlagWiki
Jump to: navigation, search
Line 1: Line 1:
<code><pre>
+
My name is F687/s (Noah Rankins).
sub F687s {
+
    my ($location, @wishes) = @_;
+
    $location ||= "Volcano Island, various LouMan maps, second-page maps...";
+
    push @wishes, "Perl bindings for BZFlag";
+
    my @maps = (
+
        "Platforms",
+
        "Platforms2",
+
        "Tank Flight",
+
    );
+
    return <<"EODOC"
+
My name is F687/s (Noah Rankins). I like BZFlag and Perl.
+
I usually play BZFlag, or hack Perl.
+
  
 
My recent maps can be found on sqrt.homelinux.org:5154 on a good day.
 
My recent maps can be found on sqrt.homelinux.org:5154 on a good day.
  
 
If you can write Perl bindings for the BZFlag server, I will love you. Because I hate Python.
 
If you can write Perl bindings for the BZFlag server, I will love you. Because I hate Python.
EODOC
 
;
 
 
}
 
</pre></code>
 

Revision as of 14:05, 6 October 2007

My name is F687/s (Noah Rankins).

My recent maps can be found on sqrt.homelinux.org:5154 on a good day.

If you can write Perl bindings for the BZFlag server, I will love you. Because I hate Python.