Game ends some time after I've finished coding the GLS, lol. I'll probably let it run for a week or two. As for my coding style, it's very compressed in PHP:
code;
code;
if (1 line) {
code;
}
code;
if (more) {
code;
code;
}
code;
C is a bit more padded:
code;
code;
if (1 line)
code;
code;
if (more)
{
code;
code;
}
code;
I don't really use comments that much, and they're often tagged onto the end of a line of code, not on their own. I will just be counting linefeeds, so whatever that count ends up being is what guesses will be compared against. And just to clarify, the prize is a sub-3000 ID number.