Jump to content



Photo
- - - - -

Pong Game For Casio Cfx


  • Please log in to reply
No replies to this topic

#1 Soulizer

Soulizer

    Newbie

  • Members
  • Pip
  • 1 posts

  • Calculators:
    CFX-9850GC PLUS

Posted 02 November 2007 - 04:15 PM

I found the pong game in text file. I would like to now if this is the correct text for the game?

Pong game:
---------------------------------------------------------------
2(Int 10Ran#)+1->C
Int (2Ran#)->D
1->E~F
0->G ///number 0 not letter o
C+1->A
7->B
Do
D=0=>Dsz A
D=1=>Isz A
E=1=>Dsz B
E=0=>Isz B
Getkey=38 And C>2=>C-2->C
Getkey=27 And C<18=>C+2->C
Clrtext
Locate A,B,"*" /// Use degrees sign (OPTN,F6,F5,F1)
Locate C,7,"==="
A<2=>1->D
B<2=>0->E
B<2=>Isz G
A>20=>0->D
B>6=>1->E
B>6=>A=\=C+1=>0->F
While F
Locate 6,1,"-GAME OVER-"
Locate 1,3,"YOUR SCORE:"
Locate 12,3,G\
-----------------------------------------------------------------------------------

If its not, can someone post the good pong game in text file? If this is the correct text file then.. Does someone know how to do this (\) Sign on a CFX GC? Thanx for your help.




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users