Well, one of my friends was talking about strip poker.
So i said
"well i'll write a game where u guess a number n u bet clothes."
But i don't know much ti-basic. I only know about disp and text and simple if-then situations.
Neyway, what i want to do is have it so u bet ur shoes. Then if u loose, it comes up and says bet your socks.
But if you win, goes on to the "bet your socks>"
Here is the code
Prgm
Text "Gregs Strip Number Guessing"
Text "Version 1.51"
Text "For Edward and Jennie"
Text "as a joke"
Text "Type the firt number you think of"
Text "1 or 2 digit only"
Text "Shall we begin?"
Text "You have all your clothes"
Disp "Bet shoes"
Input a
if a>34
Disp "you loss your shoes"
if a<34
Disp "you keep your socks"
if a<34
Disp "Round two socks"
Input b
if b<15
Disp "Give them up"
if b>15
Disp "keep them"
If a<34
Disp "I call your shirt"
Input c
if c<67
Disp "I take your shirt"
if c>67
Disp "Keep it it's not my size"
It's killing me, it's not reporting any code bugs but It doesn't display all the things right.
This is TI-89 Basic btw.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
need help with basic IVTC problem
By spiritgumm in forum Video ConversionReplies: 0Last Post: 6th Jul 2010, 10:57 -
Digital convertor problem - very, very basic
By camera21 in forum Newbie / General discussionsReplies: 4Last Post: 3rd Jun 2009, 18:47 -
Basic external HD help
By Dash1 in forum Newbie / General discussionsReplies: 9Last Post: 23rd May 2008, 18:41 -
Basic Conversion ?
By Dash1 in forum Newbie / General discussionsReplies: 0Last Post: 29th Feb 2008, 11:09 -
Basic requirement
By namya in forum Off topicReplies: 5Last Post: 3rd Aug 2007, 14:17