- or download this
lander.pl rows columns
- or download this
#!/usr/bin/perl
print "fire right retros...\n";
select undef, undef, undef, 0.1;
- or download this
#!/usr/bin/perl
print "fire main thrusters...\n";
select undef, undef, undef, 0.1;
- or download this
#!/usr/bin/perl
print "fire left retros...\n";
select undef, undef, undef, 0.1;
- or download this
#!/usr/bin/perl
...
print "\n" x ($theight-2);
}
}