Re: TIB: challenge


[Prev][Next][Index][Thread]

Re: TIB: challenge




here's my 83 version, I have refined a lot, I think this is THE smallest
you can get for 83> Tell me if I'm wrong.

:8->X:4->Y
:While A<>45
:getKey->A
:Output(Y,X," "
:If A=24 and X<>1
:X-1->X
:If A=25 and Y<>1
:Y-1->Y
:If A=26 and X<>16
:X+1->X
:if A=34 and Y<>8
:Y+1->Y
:Output(Y,X,"O"
:End

The Character is "O" and if you press [CLEAR] it stops.
--
"What, behind the rabbit?"-King Arthur
The Heat Index   Nathang@firstva.com
      http://users.firstva.com/Nathang




Follow-Ups: References: