Am I the only active member here that programs on the TI-83+/SE/84+/SE and 68k line of calculators? I just wanted to know, for random reasons really. If you do maybe we can trade code and whatnot?
Calc Programming?
Collapse
X
-
Re: Calc Programming?
In 11th grade I made a program on the Ti83+ which included a searchable Periodic Table, a self-contained Molar map, as well as every other function I needed for my Chemistry class. My final test took about 10 minutes to complete and I received a 100%; all subsequent chemistry classes were required to show all their work.
-
Re: Calc Programming?
I wrote a lot of useful programs on my calculator for formulas and things.
I was also working on a tictactoe game. I also had a few joke programs (a program that scrolled through the pokemon theme song and other silly things like that).
Then I tried to play Bubble Bobble, something went wrong, my RAM got cleared, and all of my unarchived programs were lost. I think the only one I have now is one that can calculate percentage and grade of tests or things like that.
Comment
-
Re: Calc Programming?
I just learned BASIC, so I guess I could program those if I wanted to.
But I always used HP calculators, so I know how to program a 32SII and a 33S and have written a few for those, but my classes have long since required more of me than a calculator program...
--Guido

Originally posted by GrandiagodSentences I thought I never would have to type.Originally posted by GrandiagodShe has an asshole, in other pics you can see a diaper taped to her dead twin's back.Comment
-
Re: Calc Programming?
I used to.
I made little things like screen scrollers and text-based adventures (very short ones. a good 25 mins of gameplay)
Now I'm learning a bit of python so I can make a game from the blender3d engine. The engine had bad collision boxes so I'll work on that first.Comment
-
Comment
-
Re: Calc Programming?
Someone was doing a Zelda clone and it looked real smooth. Whats wierder is, it isn't launched via mirageOS or any kind of launcher like that. It's actually accessed from the applications menu (on an 83+ at least). I doubt something like that was done in TIBASIC though. I'll try and a link to the forum where it was being programmed and edit this reply accordingly.
edit--Here's the link: http://www.revsoft.org/phpBB2/viewtopic.php?t=348Last edited by itmorr; 07-11-2006, 10:26 PM.Comment
-
Re: Calc Programming?
Yeah, Spencers Zelda, he is doing good on it (I have played a beta of it at one time) Though I prefer http://kvince83.tengun.net/maxboard/viewtopic.php?t=125 for the info on it (not a huge fan of revsoft, friends with nanowar, and threefingeredguy, but not too many others.)
And it's done in ASM (or assembley) if you code it right you can program an app, and make it easier to launch and whatnot, only problem is that atm it is 1 app page, it'll probably be 2-3 app pages and each app page is 16k! (that's huge, Metroid Pure was only 14k)Comment
-
Re: Calc Programming?
I'm in.Originally posted by CDI_@ShadowSkill - I see you have Joe's Metroid demo in your siggy, too bad nobody has heard from him in almost a year! =o he has disappeared, but, to some avail, 3 versions of Metroid have been released for the 83+ if you are intrested!
Which one is the best?Comment
-
Re: Calc Programming?
Well, Metroid I is the first complete one, but it is slow and buggy (I never had the time to bugfix it), Metroid II (made by Kevin Ouellet) is HUGE and works best on the TI-83+SE and 84+/SE. Metroid Pure is a remake of Metroid I, but it is faster, bugfree, and I have the link handy =O here!Comment
-
Re: Calc Programming?
Thanks CDIOriginally posted by CDI_Well, Metroid I is the first complete one, but it is slow and buggy (I never had the time to bugfix it), Metroid II (made by Kevin Ouellet) is HUGE and works best on the TI-83+SE and 84+/SE. Metroid Pure is a remake of Metroid I, but it is faster, bugfree, and I have the link handy =O here!
I think I'll start on a DS graphing calculator and mod this so it can run on the DS.
This should help me understand how the graphical games are structured. (I'd like to try my hand at something like that before I make the pc 3d tribute to BPO)Comment
-
Re: Calc Programming?
Yeah, ASM is hard. You can break calcs that way. I would suggest going into C for the calcs, for higher level. I only use BASIC so much because I can make the entire thing on the calculator, and it's nice (even graphic intense games like Metroid or any GreyScale game (like MineSweeper Greyscale)) to do all that work.Originally posted by talismanI used to make random little programs on my TI 86 (not BASIC compatible) that were fun. I tried to learn assembly once and failed miserably.Comment







Comment