Name: Anonymous 2009-06-22 4:40
Alright /prog/, let us get some perl going in this bitch.
This is my proposal for a simple interactive programming game.
I am open to suggestions on adding/deleting/changing the rules.
The rules are simple:
Each post must be preceded by the post number you are appending to.
Each post gets 2 lines of perl.
You must post the entire program, including your addition.
Your post must not exit the program, or create an error. (Debug before you post)
Bonus points if your code is obfuscated, but still fits with the program in its current state.
If there are multiple posts appending to the same source, you may suggest an intelligent merge.
If you agree with a merge proposal, continue normally from that point.
If you do not agree with a merge, ignore it and propose your own merge.
If all else fails, continue from a post before the collision.
I'll start:
use strict;
use warnings;
This is my proposal for a simple interactive programming game.
I am open to suggestions on adding/deleting/changing the rules.
The rules are simple:
Each post must be preceded by the post number you are appending to.
Each post gets 2 lines of perl.
You must post the entire program, including your addition.
Your post must not exit the program, or create an error. (Debug before you post)
Bonus points if your code is obfuscated, but still fits with the program in its current state.
If there are multiple posts appending to the same source, you may suggest an intelligent merge.
If you agree with a merge proposal, continue normally from that point.
If you do not agree with a merge, ignore it and propose your own merge.
If all else fails, continue from a post before the collision.
I'll start:
use strict;
use warnings;