Between getting shredded for my "Facebook" code, I made another rudimentary project. The Magic 8 Ball for the TI-84.
It's straightforward. I used the random integer command - randInt( - to generate an answer type: positive, uncertain, or negative. Then, another randInt( to choose the answer type from that category.
Source Code: https://github.com/EverydayCodeNet/MAGIC-84/releases
How I made it: https://youtu.be/-ZCks6Ozu8k
CHANGE LOG:
- Removed ending Goto command.
Besides seeds or those darn GOTO commands, what suggestions do you have?
This project is meant to stand alone, so not many updates will be made.
It's straightforward. I used the random integer command - randInt( - to generate an answer type: positive, uncertain, or negative. Then, another randInt( to choose the answer type from that category.
Source Code: https://github.com/EverydayCodeNet/MAGIC-84/releases
How I made it: https://youtu.be/-ZCks6Ozu8k
CHANGE LOG:
- Removed ending Goto command.
Besides seeds or those darn GOTO commands, what suggestions do you have?
This project is meant to stand alone, so not many updates will be made.