Yard Wars
Name: Yard Wars Author: Zaetsi Download: YARDWARS.8xp Compatibility: TI-83/84/+/SE File Size: 4161 Bytes |
Take on your next door neighbor Ned in the water balloon war of the century. Change the angle and power of your throws to hit Ned and collect points. More Power = More Points. The one with more points after 11 volleys shall be hailed Master of the Universe. |
Want to update this page?
- Upload new files to provide up-to-date versions of your program;
- or Edit the content of this page to provide up-to-date information about your program.
A moderator will only process these changes if you add the word update to the list of tags
What the community thinks:
So, I uploaded Yard Wars and followed all the instructions, but the page is all messed up. Can someone fix it?
May you please describe how it is messed up? I don't see anything wrong aside from the author name being on a new line.
EDIT: I saw your other post and commented on it.
Timothy Foster - @tfAuroratide
Auroratide.com - Go here if you're nerdy like me
Ah, okay. I see why you don't think there's anything wrong. I've been accessing it through the Program Archives section, Arcade. Taking that route you might see what I mean.
So go to Program Archives, Arcade, Sort Order, Title, Descending and you'll see my program and what's messed up about it. It looks like in a set of code [[block has the "]]" missing.
I've noticed that your games usually include your neighbor, Ned.
Are any of these based off of a true story? :D
End
Pt-Off(~HT+Q,~.5*9.81*T^^2+UT)
End
((~UH)/4.905)+Q->E
If E>=P-1 and E<=P+1
R+L->L
1->W
1->Z
1->G
End
End
End
End
End
Text(6,80,L)
RecallPic 1
Pt-On(P,0,2)
Pt-On(Q,0,2)
If K>L
Text(39,12,"Winner!")
If K<L
Text(39,62,"Winner!")
For(A,0,99)
End
Text(18,30,"Play again?")
Text(28,40,"Yes")
Text(34,40,"No")
0->Z
28->Y
0->C
While C!=105
Text(Y,36,">")
getKey->C
While C=0
getKey->C
End
Text(Y,36," ")
Y-6(C=25)(Y!=28)->Y
Y+6(C=34)(Y!=34)->Y
End
If C=105 and Y=28
Goto 00
RectGC:CoordOn:GridOff:AxesOn:LabelOff:ExprOn
I was also looking at the Source Code for this, and I got a very different Source Code. You seem to have copied only from line 358, and never read over what you were posting either. Unless I'm missing something here?
To avoid cluttering this space up, I'm not going to post the 400-line source code unless someone needs it.