- BRADEN OWNZ
- |
- Intrepid Legendary Member
The numbers correspond with this on the ASCII Table
The nubers you gave : 7.12.26.32.57.79.62
What this translates to :BELFFSUB (space) 9O>
Out of this selection we can make BOOL which, in any IDE will look like B00L. B00L means Boolean, which means that a statement is true or false.
Now the rest of these are presumably variables
Now out of the selection we change any variables that are duplicates back to their numerical value.
B = 26
F = 12
Now we get
int b;
int f;
int b = 26;
int f = 12;
Out of these we can also get
int '(' b + f')';
int '(' b - f')';
int '(' b * f')';
int '('b / f );
int '(' b * b);
int '('f * f ')';
int '(' b / b')';
int '(' f / f')';
Now all of those equations correspond with 5th grade math, and boolean means that you can get an answer wrong. We can clearly see that you are working on a math game for 5th graders.
I now possess code from your next game. I hope you won't be too mad when I leak this to everyone on the internet, and make bank on add revenue, enough to dominate the world, with an army of rabbits being ridden into battle by squirrels.
[Edited on 02.22.2012 7:27 PM PST]