Listing for Article "Weekend Projects for Armchair Developers: TI Calculator Game"
from Vintage Compting and Gaming (http://www.vintagecomputing.com).

(C) 2006 Hollow Earth Productions.

:ClrDraw
:CoordOff
:GridOff
:AxesOff
:ZStandard
:Full
:
:3->A:3->B
:0->I:0->O
:0->H:0->V
:
:Lbl 0
:prgmLBPICS
:
:Lbl 1
:0->I
:
:Repeat I
:getKey->I
:End
:
:0->H:0->V
:
:If I=25:Then
:1->I:-1->V
:End
:
:If I=34:Then
:2->I:1->V
:End
:
:If I=24:Then
:3->I:-1->H
:End
:
:If I=26:Then
:4->I:1->H
:End
:
:If I=22
:Goto 2
:
:prgmLBRITHM
:0->I
:If O=1:Then
:A+V->A:B+H->B:Goto 0
:End
:
:Goto 1
:
:Lbl 2
:ClrDraw
:ClrHome

Listing for Article "Weekend Projects for Armchair Developers: TI Calculator Game"
from Vintage Compting and Gaming (http://www.vintagecomputing.com).

(C) 2006 Hollow Earth Productions.