Computer Science Canada

Psychic Program! Reads your mind...

Author:  DanShadow [ Fri Jan 23, 2004 11:07 am ]
Post subject:  Psychic Program! Reads your mind...

follow the instructions given in the program for it to read your mind. PM me if you want to know how its done.

Author:  shorthair [ Fri Jan 23, 2004 11:14 am ]
Post subject: 

Took me 2 mintutes to fiure out the algorightm , not matter what for the first one ( only played once ) your number will always end up as 1 , Phycis auck man , THat reminds me of Miss Cleo Very Happy Very Happy , theres a better algorithm that took me a day to figure out , its really good

Author:  DanShadow [ Fri Jan 23, 2004 11:23 am ]
Post subject: 

haha...youve figured out nothing. It is very rare it will show up as a 1. The algoryth m for it is actually very simple....but it doesnt always show up as a 1 at the end, run it a coup-le more times and ull see

Author:  shorthair [ Fri Jan 23, 2004 11:27 am ]
Post subject: 

ohhh it is a little bit harder , itseems that the algorithm wasnt as easyas i thought ,

Author:  DanShadow [ Fri Jan 23, 2004 11:47 am ]
Post subject: 

nope...it always multiplies by 9...the key to this algorythm is subtracting by a random integer at the bottom, and displaying the result of the math minus that random integer, th erfore changing the result every time. Very Happy

Author:  shorthair [ Fri Jan 23, 2004 11:51 am ]
Post subject: 

OK i see where your going now , wow that was actually quite a good algoritm , i thought it was like one i saw before but it actually not , Good Job Dan

Author:  DanShadow [ Fri Jan 23, 2004 11:57 am ]
Post subject: 

thanks...and it actually is quite an easy algorythm, heh.

Author:  nate [ Fri Jan 23, 2004 11:12 pm ]
Post subject: 

The algorithm is simple. Most people know that the numbers (1-9) * 9 always has digits that add up to 9.
eg.
9
18
27
36
45
54
63
72
81

so when you minus it by 8 it will always turn out to be one!
Is this how you are doing it? or not?

Author:  DanShadow [ Fri Jan 23, 2004 11:22 pm ]
Post subject: 

lol, good for you, ya uncovered the algorythm! Except that the "8" is a random integer between 1-8, and it is subtracted by 9 at the end result.


: