Programming For TI-84 Plus Silver Edition Calculator

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Master Jake
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 69
Joined: Sat Dec 12, 2009 8:43 pm
Programming Language of Choice: C/C++
Location: United States
Contact:

Programming For TI-84 Plus Silver Edition Calculator

Post by Master Jake »

I've never owned a graphing calculator, but after looking into this one I really want one. Being able to create, and download applications and games to put on it. You can practically make your calculator do anything you want. Create programs to solve complex math algorithms for you, etc.

My question is, does anyone on this forum have experience or have created at least 1 application for a TI-84?
andrew
Chaos Rift Regular
Chaos Rift Regular
Posts: 121
Joined: Mon Dec 08, 2008 2:12 pm

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by andrew »

I haven't, but this might be of interest: Learn TI-83 Plus Assembly In 28 Days v2.0

I used it as a reference to play with one of these.
This is the one I put together.
Fallental
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 43
Joined: Mon Mar 02, 2009 6:13 pm

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by Fallental »

Have fun with this, ive seen doom and other classics on the calculator!

http://www.ticalc.org/

MANY download/ tutorials here, good luck :)
Master Jake
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 69
Joined: Sat Dec 12, 2009 8:43 pm
Programming Language of Choice: C/C++
Location: United States
Contact:

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by Master Jake »

Thanks both of you for the links.
andrew wrote:This is the one I put together.
And nice, Andrew =)
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by dandymcgee »

I have one, but I just use it for math. ;)

Let me know if you do decide to get one and start doing anything with it. Since I have the same model I might consider joining you.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
Master Jake
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 69
Joined: Sat Dec 12, 2009 8:43 pm
Programming Language of Choice: C/C++
Location: United States
Contact:

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by Master Jake »

Awesome!

I'm definitely going to get one, just don't know when.

I'll notify you when I do.

-----

On a separate note, does anyone like drawing on the graph in graphing calculators?
User avatar
ibly31
Chaos Rift Junior
Chaos Rift Junior
Posts: 312
Joined: Thu Feb 19, 2009 8:47 pm
Current Project: Like... seven different ones
Favorite Gaming Platforms: Xbox 360, Gamecube
Programming Language of Choice: C++, ObjC
Location: New Jersey.

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by ibly31 »

Absolutely get one! I've had mine for a few years and its definitely fun to make stuff. Its also a good experience for figuring out how to save memory space and to squeeze every ounce of speed from it. Me and my friends have made games such as Mario(levels 1 and 2, development stopped after that :( ), Tetris(this one is probably my masterpiece. It has bugs but I still am in awe at how i did it) and a remake of "The Classroom" flash game. I also have stuff that does quadratic equation and factoring problems for me. Along with the built in TI-Basic language, figuring out z80 assembly for it is a whole new realm for development.

P.S. Its sometimes fun to screw with peoples calculators, like transfer them a program you made or create it on their calc that makes it look like an error occured, or some silly thing like that.
Image
Twitter
Website/Tumblr
My Projects

The best thing about UDP jokes is that I don’t care if you get them or not.
Master Jake
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 69
Joined: Sat Dec 12, 2009 8:43 pm
Programming Language of Choice: C/C++
Location: United States
Contact:

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by Master Jake »

ibly31 wrote:Absolutely get one! I've had mine for a few years and its definitely fun to make stuff. Its also a good experience for figuring out how to save memory space and to squeeze every ounce of speed from it. Me and my friends have made games such as Mario(levels 1 and 2, development stopped after that :( ), Tetris(this one is probably my masterpiece. It has bugs but I still am in awe at how i did it) and a remake of "The Classroom" flash game. I also have stuff that does quadratic equation and factoring problems for me. Along with the built in TI-Basic language, figuring out z80 assembly for it is a whole new realm for development.

P.S. Its sometimes fun to screw with peoples calculators, like transfer them a program you made or create it on their calc that makes it look like an error occured, or some silly thing like that.
Sounds really fun =D and nice games you've made.

I've used one before, but not for very long. I mostly used the graph to draw smiley faces and stuff xD

I'm in awe at the power of these. Can I download your Mario when I get mine?

Also, is your Tetris the one that runs off Mirage OS?
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by Falco Girgis »

I never really had any fun coding for these calculators. Yeah, there are a bunch of cool apps out there, but the majority of the development happens in "TI-Basic" which is the calculator's own primitive version of Basic.

If you want to do anything REALLY cool with it, you almost certainly have to drop to the assembly level, which I never bothered with.
Master Jake
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 69
Joined: Sat Dec 12, 2009 8:43 pm
Programming Language of Choice: C/C++
Location: United States
Contact:

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by Master Jake »

The calculator alone will definitely help me with math. The applications and other stuff were just added bonuses.

I'll look into ti assembly and see if it is something I want to attempt.
User avatar
ibly31
Chaos Rift Junior
Chaos Rift Junior
Posts: 312
Joined: Thu Feb 19, 2009 8:47 pm
Current Project: Like... seven different ones
Favorite Gaming Platforms: Xbox 360, Gamecube
Programming Language of Choice: C++, ObjC
Location: New Jersey.

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by ibly31 »

Sorry for the (extremely) late reply, my Tetris is completely my own, and in TI-Basic. I can't remember if it uses something called "X-Lib" or not, but I'm pretty sure it doesn't. And the mario isn't mine, so I'd have to get permission first.
Image
Twitter
Website/Tumblr
My Projects

The best thing about UDP jokes is that I don’t care if you get them or not.
User avatar
Elliotpwnz
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 5
Joined: Sat Jan 02, 2010 1:16 am

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by Elliotpwnz »

I have a ton of programming experience on the calc. That's pretty much all I did my 8th grade year.
User avatar
OmegaGDS
Chaos Rift Regular
Chaos Rift Regular
Posts: 123
Joined: Mon Jan 18, 2010 3:20 am
Current Project: GMN (C++)
Favorite Gaming Platforms: PC, PSP / Psp Emulation, GameCube, SNES, NES
Programming Language of Choice: C++
Location: Kentucky
Contact:

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by OmegaGDS »

lol, I was programming on my TI - 84 SE today in Physics Class (it was a review day, so I didn't need to pay attention). I don't do graphical stuff, but I do make helpful little things for working out math equations that I don't want to do. Thats about as complicated as I have gotten in calc programming. Today I remade my Quadratic formula thing, my binary convertor (from base 2 to base 10), and some physics and calc equations. I guess i'm too lazy to work out the math, but I will make a program to do it for me... Isn't that what programming is all about. That and video games :mrgreen:
Image
Image
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by eatcomics »

exactly... I remember we got to use these in math for a while last year, so me and my friends started drawing whatever we could... I never got to program one though I might get one just for that...
Image
User avatar
OmegaGDS
Chaos Rift Regular
Chaos Rift Regular
Posts: 123
Joined: Mon Jan 18, 2010 3:20 am
Current Project: GMN (C++)
Favorite Gaming Platforms: PC, PSP / Psp Emulation, GameCube, SNES, NES
Programming Language of Choice: C++
Location: Kentucky
Contact:

Re: Programming For TI-84 Plus Silver Edition Calculator

Post by OmegaGDS »

Yeah, I have a math test tomorrow so I'm programming my calculator to do that stuff for me. Technically you have to be pretty good at doing it to be able to write a program for it, right... so there, its not cheating, its doing what i love...
Image
Image
Post Reply