(15C) Memory Game
|
01-19-2018, 11:32 AM
(This post was last modified: 01-19-2018 12:05 PM by Gamo.)
Post: #1
|
|||
|
|||
(15C) Memory Game
This game first appeared in the V6N5P10 PPC Journal in August 1979 by Bill Derrick.
This program originally for HP-25/33 series. I make some correction to work for HP-15C User Instructions: 1) Enter a non-zero seed and press LBL A 2) See memory number displayed for just an instant 3) Calculator will stop and display a zero 4) Enter your guess as to what the number was and press R/S again 5) Steps 4 and 5 will be repeated 10 times 6) After 10 times, your score is displayed 7) To repeat the game, go back to step 1 Code:
Number correct indicates how good your memory is. 1-5 Correct = senile to poor memory 6 = average 7 = good 8 = superior 9 or 10 = why are you wasting your time doing this? The best I can do so far is 7 Gamo |
|||
01-21-2018, 07:13 PM
(This post was last modified: 01-21-2018 07:35 PM by Dieter.)
Post: #2
|
|||
|
|||
RE: (15C) Memory Game
(01-19-2018 11:32 AM)Gamo Wrote: This game first appeared in the V6N5P10 PPC Journal in August 1979 by Bill Derrick. It is also mentioned on one of Gene's rskey.org pages. (01-19-2018 11:32 AM)Gamo Wrote: This program originally for HP-25/33 series. The 15C and 11C have their own random number generators, so you don't have to program your own. Entering a seed is not required. Also both calculators feature loop control commands via DSE and ISG. All this allows a more compact version with merely 30 steps: Code: LBL A This version also fixes a problem with the original program where it is possible that a number is followed by one with less (!) digits. This happens because the RNG generates numbers between 0 (!) and 999... etc. The instructions for the above version are the same as for the original one, of course without the seed which is not required (use the calculator's SEED function it you want to). And on the 11C the DSE I near the end is simply DSE. (01-19-2018 11:32 AM)Gamo Wrote: The best I can do so far is 7 I once got 8, but this was a number with four zeros in the middle. ;-) Dieter |
|||
01-22-2018, 02:05 AM
(This post was last modified: 01-22-2018 02:09 AM by Carsen.)
Post: #3
|
|||
|
|||
RE: (15C) Memory Game
This is a fun program. I pilfered my Father's HP-15C and programmed this. I got a 7 on my first try. I'll see if I can do better. I really like programming the 15C better than the 12C. The back arrow to erase instructions is SO useful. Programming and non programming alike.
Just got a 8. This is fun. |
|||
01-28-2018, 03:57 AM
Post: #4
|
|||
|
|||
RE: (15C) Memory Game
Wow, what a beauty!
Today, we fun, my little son and me, for 50 minutes playing this game. 7 fue el número máximo de veces que pudimos memorizar... Best Regards |
|||
01-28-2018, 05:12 AM
(This post was last modified: 01-28-2018 05:14 AM by Gamo.)
Post: #5
|
|||
|
|||
RE: (15C) Memory Game
Hello Carlos
Grad to know that your kid like this game You should try another game called Hi-Lo is very addictive game especially the program from Dieter that this game can be challenge from both human and from calculator itself. Gamo |
|||
03-15-2018, 01:38 PM
Post: #6
|
|||
|
|||
RE: (15C) Memory Game
Excellent game, I love it.
I made 9 at first try. So proud! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)