The reward is there with Bad Rats... Though not that, but tablet remake of one great shareware game...

I was going to make it harder, but can't be bothered...

128
478
5001
188
413

I suppose this is also of some use maybe...

I don't take any responsibility of correctness of puzzle...

Oh, no CV, ends 20:00 next Thursday...

HINTS:
int chars[CHAR_MAX] = {0};

c = fgetc(file); ++chars[c];

fprintf("%c,%un",i,chars[i]);

SOLUTION:
128 L
478 A
5001 y
188 z
413 P

The numbers signify the counts of letters in provided text.
So solving this is basicly:

  1. Count occurrences of each letter.
  2. Find the same numbers and get letter.
  3. You have the code!

Oh and the quality title was:

DEATH RALLY!

11 years ago*

Comment has been collapsed.

Faints

11 years ago
Permalink

Comment has been collapsed.

It could be lot worse...

11 years ago
Permalink

Comment has been collapsed.

it could be raining

11 years ago
Permalink

Comment has been collapsed.

Hmm, I suppouse it's worse when it rains...

11 years ago
Permalink

Comment has been collapsed.

Dont say that. :( its raining for me.

11 years ago
Permalink

Comment has been collapsed.

too hard for meh, The story was so emotional, especially the part it says the copyrights :')

11 years ago
Permalink

Comment has been collapsed.

Have a vauge idea of what to do, but not enough to attempt it.

11 years ago
Permalink

Comment has been collapsed.

Bump for knowing how to solve, but for being too lazy to code.

11 years ago
Permalink

Comment has been collapsed.

It's just a few dozen lines max...

11 years ago
Permalink

Comment has been collapsed.

Still we are lazy, some would even say lazy as hell

11 years ago
Permalink

Comment has been collapsed.

I should have lied and told it's HL3 beta ;D

11 years ago
Permalink

Comment has been collapsed.

I would still be too lazy xD

11 years ago
Permalink

Comment has been collapsed.

My problem isn't laziness.
It's more like "Do I count this or not?"

11 years ago
Permalink

Comment has been collapsed.

Count everything!

11 years ago
Permalink

Comment has been collapsed.

I got a blank space as the second character, so clearly your definition of everything is different to mine. :/

11 years ago
Permalink

Comment has been collapsed.

Yeah, I always end up on a blank space or carriage return at some point.

11 years ago
Permalink

Comment has been collapsed.

11 years ago
Permalink

Comment has been collapsed.

Ehmm, the final code is a link to a giveaway and should only be 5 characters long.

11 years ago
Permalink

Comment has been collapsed.

I'm in the screenshot! /honored

11 years ago
Permalink

Comment has been collapsed.

:) +<3

11 years ago
Permalink

Comment has been collapsed.

I'm too... I wonder why? ;D

I'm not sure how you achieved that, but maybe not that way...

11 years ago
Permalink

Comment has been collapsed.

I get "hA e" so I'm guessing I'm either doing it wrong or the puzzle is not working. :P

11 years ago
Permalink

Comment has been collapsed.

Probably something wrong... I think I wait with tips untill tomorrow...

11 years ago
Permalink

Comment has been collapsed.

same here

11 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 months ago.

11 years ago
Permalink

Comment has been collapsed.

You have any idea how to do it ?

11 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 months ago.

11 years ago
Permalink

Comment has been collapsed.

It's not that hard... I guess...

11 years ago
Permalink

Comment has been collapsed.

I don't understand it

11 years ago
Permalink

Comment has been collapsed.

I am too lazy for this :(

11 years ago
Permalink

Comment has been collapsed.

So are we all...

11 years ago
Permalink

Comment has been collapsed.

I maybe had an idea but... too effort for Bad Rats... and after a few hours of study algebra, my brain isn't in the state for solve it just for fun xD

Bump!

11 years ago
Permalink

Comment has been collapsed.

" Though not that, but tablet remake of one great shareware game... "

11 years ago
Permalink

Comment has been collapsed.

From 1996 or something... Nice game though.

11 years ago
Permalink

Comment has been collapsed.

I post a line from my solution:

int chars[CHAR_MAX] = {0};

11 years ago
Permalink

Comment has been collapsed.

Two more lines:

c = fgetc(file);
++chars[c];

11 years ago
Permalink

Comment has been collapsed.

fprintf("%c,%un",i,chars[i]);

Should be all the important parts. After this I leave it to your guessing for while...

11 years ago
Permalink

Comment has been collapsed.

Uh, good luck with that... Seems like nobody can solve it.

11 years ago
Permalink

Comment has been collapsed.

Probably people just went with the wrong angle.

Hints are in C, because I'm lazy as said ;D

11 years ago
Permalink

Comment has been collapsed.

can you just post all? it's hard to guess.

11 years ago
Permalink

Comment has been collapsed.

It just counts how many of each letter is in that text... Misses some for loops and few other things...

11 years ago
Permalink

Comment has been collapsed.

Clue of the gods :)

11 years ago
Permalink

Comment has been collapsed.

oh, it was a big hint

11 years ago
Permalink

Comment has been collapsed.

short int works too I guess...

11 years ago
Permalink

Comment has been collapsed.

Woot, bump for solved:D

11 years ago
Permalink

Comment has been collapsed.

Good work... It can be done!

11 years ago
Permalink

Comment has been collapsed.

Oops, forgot to bump ^^

11 years ago
Permalink

Comment has been collapsed.

Hmm, someone got to do it!

11 years ago
Permalink

Comment has been collapsed.

Nice little puzzle :p

11 years ago
Permalink

Comment has been collapsed.

Thanks!

11 years ago
Permalink

Comment has been collapsed.

2 Days!
5 Solvers!
3 Entries!
For 1 gr- a game!

You still have nice changes! Just solve the puzzle! ;D

11 years ago
Permalink

Comment has been collapsed.

1 day... YOU CAN DO IT!

11 years ago
Permalink

Comment has been collapsed.

1 hour... You can still do it if you are good!

11 years ago
Permalink

Comment has been collapsed.

im pretty sure i got the correct answer why isnt it working :****(

11 years ago
Permalink

Comment has been collapsed.

nevermind

11 years ago
Permalink

Comment has been collapsed.

Ah you got it too.

Giveaway ended. Solution posted!

11 years ago
Permalink

Comment has been collapsed.

it was very fun to solve, thanks :)

11 years ago
Permalink

Comment has been collapsed.

Closed 11 years ago by Ekaros.