Upcoming TI-83 Plus Games
|
Post updates on your projects here, or give other authors your feedback on
their works in progress.
When posting about an upcoming program of yours, please include a link to
any relevant information (screen shots, etc.) in the URL field.
To have an entry removed, please
Contact Us.
|
|
Reply to this item
|
Hey, I just came up with something
|
dabud15
|
I think that if Silent Fury were to add "ly" to his last name it would be an old Metroid code.
The one where you get to see Samus without her spify suit. Just a thought.
-dabud15
p.s.
I accidently left my calculator at school over the weekend. Doh! I tried putting the CD in the computer and it says my computer must have, like, 3m of Virtual memory free. What the heck does that mean?
Am I the only person who types "like" in the sentence, when they would say it in "real-life"?
|
|
5 May 2003, 02:41 GMT
|
|
|
|
|
Like, What?
|
Gerhalt
|
Like, what are you trying to so? I mean, like, I don't say, like, like that much, and if you are like, railing on me, just because, like, I say "Like", well that's just, like, not fair, I mean, like, don't be, like, so un-feeling. ;)
Gerhalt
P.S. Sounds like a bunch of teenage girls discussing make-up doesn't it? I put a long sentence, and the word "Like" together. Not a good combination!
|
|
6 May 2003, 03:01 GMT
|
|
Sonic Studios
|
calcprgmer
|
I'm Working on the website. I'll send you guys updates every week for your input. Gotta Go!
|
|
12 May 2003, 18:48 GMT
|
|
|
|
|
Sonic Studios
|
calcprgmer
|
Stickboy, Gerhalt, and Silent Fury; can each of you send me your bios (Programming Languages, Calcs Owned, Interests, etc.). I will add this to a staff page when I get them. Also could you guys send any program images of upcoming programs for the calc and a description, I can add more to the site. By the way, do any of you know of any free domains with little advertising. The only one I can find is Geocities. It's good, but there isn't very much space, so we would have to limit the archive space to 2-4 mbs a piece depending on new members.
|
|
13 May 2003, 18:44 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
X-Box?
|
Gerhalt
|
I live in Washington state, which has an 8.8% sales tax. We took a vacation down to Oregon, which has no sales tax but they do have income tex. So, I saved about $18 bucks. Also, I bought the pack from Costco (X-Box, JSRF and Sega GT2002). It cost about $220. That's why I bought it on vacation. Well, my brother and I did. We had to pay for it tho. Anyway, we have those 2 games, and we ARE going to get MechAssault, and hopefully Halo if we can convince our parents to let us get it, since it is rated "M". The only other "M" game I have is Half-Life. He probably will let us anyway. Oh well, that's about it. Hopefully we can get a Forum up on our site so we can post without cluttering up this area.
Gerhalt
|
|
18 May 2003, 02:00 GMT
|
|
|
|
|
|
|
|
Re: Sonic Studios
|
calcprgmer
(Web Page)
|
Gerhalt and Stickboy, I need your bios [above]. By the way, Kevin Cackler (I think that's how it's spelt), offered to host our site for free, along with giving us 5 free email adresses. 100 mb, 2 GB bandwidth, etc. All he asks is to have a link to his website on ours. His site is above. This will make it possible for message boards, "Chatting", etc. I'm waiting on Gerhalt's and Stickboy's bios, then I'll post it, until then, I'm making it better.
BTW, Silent_Fury, how did you make simcity's sprites without using Omnicalc?
Jesse
|
|
20 May 2003, 18:34 GMT
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Sonic Studios
|
silent_fury
|
Ummm... I'm assuming you're talking about the basic one, since you're talking about Omnicalc (I'm working on an asm version right now, also). Anyway, here's how it works:
I wrote a mini-program that scans an 8x8 block in the upper left corner (0,0) and spits out a list with every point that was turned on in the sprite on it. {x,y,x,y,x,y...} These were stored in prgmZZDATA1, which has the following format:
:If X=1
:{0,0,0,2,0,4,0... (not stored to anything
:If X=2
:{0,0,0,2,0,4,0...
...etc...
:{0,5,8,4,2,4,0...
:Return
When prgmZZSPRITE is run,
Ans->L1
L1(1->X
L1(2->S
L1(3->T
If X>12
Goto RD *
prgmZZDATA1
Ans->LSPR
For(U,1,dim(LSPR)-1,2
Pxl-Change(LSPR(U)+S,LSPR(U+1)+T
End
Return
*Roads are drawn w/ a seperate algorithm that uses lines
...Well, you can figure it out.
And if you meant the asm one, well, it's a little too long to post here ;)
|
|
21 May 2003, 02:00 GMT
|
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
You can change the number of comments per page in Account Preferences.
|