Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - saintrunner

Pages: 1 ... 38 39 [40] 41 42 ... 119
586
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 06:36:19 pm »
again..the link is in categories...which categories are they in?

587
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 06:34:25 pm »
although that was pretty cool!

and there should be a lot less sprites cause we don't need as many movement sprites

if you want to be in charge of sprites just send me the ones you want me to do :)

588
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 06:30:32 pm »
Yeah I could do those (it would take awhile) and after looking at this more.... WOAH THERE ARE A LOT OF SPRITES!!! how bout not a port but a mini one...WITH A LOT LESS SPRITES!

589
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 06:24:26 pm »
What category is he in?

590
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 06:14:52 pm »
picture? and what size shall I do it as? AND DO I SENSE DOUBT! lol

591
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 06:10:40 pm »
I'll help :)

592
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 06:09:13 pm »
I guess TBO wants to do sprites?

593
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 06:02:37 pm »
I guess we could do metal slug... I think all our combined skills will be awesome

594
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 05:57:10 pm »
maybe a cannon game? like toss the turtle?

OOOH! I like this idea!

595
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 05:47:46 pm »
Yeah...maybe we can put that as a 'maybe' and other suggestions?

596
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 05:44:48 pm »
Well dj I think we could do it, and my Axe experience is over a year...so I think it's doable, but we are deciding on whether WE want to do this. And Thats why I decide on 3 people because it's easier to organize

597
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 05:41:38 pm »
Not neccesarily....I haven't done much with scrolling.... Raven? What so you think?

598
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 05:38:33 pm »
Awesome :) so parser? you want to attempt it?

599
TI Z80 / Re: 2-3 person project?
« on: January 12, 2012, 05:35:46 pm »
hmmm...videos? But I do like platforms

600
TI-BASIC / Re: Snake Source Code
« on: January 12, 2012, 05:33:50 pm »
Code: [Select]
:Lbl 1
:AxesOff
:FnOff
:0→Xmin
:94→Xmax
:0→Ymax
:‾62→Ymin
:ClrHome
:ClrDraw
:RecallPic 0
:For(X,2,500
:End
:ClrDraw
:Lbl MN
:0→P
:Menu("     SNAKE     ","PLAY",P,"HIGH SCORE",S,"QUIT",Q
:Lbl P
:Menu("   DIFFICULTY   ","EASY",E,"MEDIUM",M,"HARD",H
:Lbl E:25→T
:1→D:Goto C
:Lbl M:50→T
:2→D:Goto C
:Lbl H:100→T
:3→D:Goto C
:0→Q
:Lbl C
:ClrDraw
:DelVar L
:If P=0:Then
:Output(4,5,"PREPARE"
:Output(5,4,"TO QUALIFY"
:Else
:ClrHome
:Output(4,6,"READY"
:End
:Pause
:ClrHome
:Output(4,6,"1"
:For(X,2,250
:End
:Output(4,8,"2"
:For(X,2,250
:End
:Output(4,10,"3"
:For(X,2,250
:End
:ClrHome
:Output(4,7,"GO!!"
:For(X,2,100
:End
:ClrDraw
:For(X,0,Q
:Pxl-On(randInt(1,61),randInt(1,93
:End
:Horizontal 0
:Horizontal ‾62
:Vertical 0
:Vertical 94
:26→R
:48→B
:32→A
:While 1
:Repeat pxl-Test(A,B) or L=320
:Pxl-On(A,B
:L+1→L
:getKey
:If Ans:Ans→R
:B+(R=26)-(R=24→B
:A-(R=25)+(R=34→A
:End
:If L=320:Then
:P+1→P
:PT→Q
:ClrHome
:Output(3,4,"CONGRATS!!"
:Output(4,6,"GO TO"
:Output(5,5,"LEVEL"
:Output(5,11,P
:Pause
:Goto C
:End
:ClrHome
:Output(3,4,"YOU'RE DEAD"
:Output(4,5,"SCORE:"
:P*320+L→S
:Output(4,11,S
:Pause
:If S>H and D=3
:Then:S→H
:Input "NAME:",Str0:End
:If S>M and D=2
:Then:S→M
:Input "NAME:",Str9:End
:If S>E and D=1
:Then:S→E
:Input "NAME:",Str8:End
:ClrHome
:Lbl S
:{E,M,H}→∟SNHS
:Output(2,2,"HIGH SCORES"
:Output(4,1,"E"
:Output(4,3,Str8
:Output(5,1,"M"
:Output(5,3,Str9
:Output(6,1,"H"
:Output(6,3,Str0
:Output(4,10,∟SNHS(1)
:Output(5,10,∟SNHS(2)
:Output(6,10,∟SNHS(3)
:Pause
:ClrHome
:DelVar P
:DelVar Q
:DelVar L
:Goto MN
:Lbl Q

heres one..I assume since it came with the game it is free to , and you'll need to make a pic (it's just the title screen)

Pages: 1 ... 38 39 [40] 41 42 ... 119