Hello! I am Josiah W, and I am new to this forum. My first "real" TI-BASIC program was a bit of eye-candy (the code will be shown later), and I want to know if either you could optimize it, or you could submit different, but just as entertaining, eye-candy (preferably the second one). Here is the code that I did for mine (done this way because I do not have the link cable that everyone is talking about, but I got Cemetech's SourceCoder)
PROGRAM:PETER
:AxesOff:FnOff
:0→Xmin:0→Ymin:1→ΔX:1→ΔY
:ClrDraw
:Line(23,0,27,25
:Line(27,25,33,32
:Line(33,32,43,33
:Line(43,33,53,30
:Line(53,30,53,24
:Line(53,24,58,21
:Line(58,21,61,0
:Line(53,24,36,25
:Line(36,25,33,20
:Line(33,20,29,27
:Line(27,22,30,20
:Line(27,24,30,22
:Circle(39,19,3,{i
:Circle(47,19,3,{i
:Circle(41,4,3,{i
:Circle(46,4,3,{i
:For(Y,5,7
:Line(38,Y,45,Y,0
:End
:Line(34,21,44,19
:Line(44,20,50,20
:Line(43,16,46,14
:Line(46,14,44,12
:Line(46,7,50,9
:Line(50,9,40,9
:Text(0,30,"I'M PETER GRIFFIN.
:Text(7,9,"BUTTSCRATCHER, ANYONE?
:Line(69,45,60,30
:Repeat getkey
:Line(50,10,40,10
:Line(50,9,40,8
:For(X,1,50
:End
:Line(50,10,40,10,0
:Line(45,8,40,8,0
:For(X,1,50
:End
:End
:Shade(Ymin,Ymax
:For(Y,0,62
:Line(Xmin,62-Y,Xmax,62-Y,0
:End
:ClrHome:Disp "HOW DOES A","MATHEMATICIAN","LOSE WEIGHT?
:Pause "
:Pause "BINOMIALS!
:Pause "(BUY NO MEALS)":ClrHome