psychiccyberfreak 0 Report post Posted October 25, 2004 what have you made for your graphing calculator? Share this post Link to post Share on other sites
Casanova 0 Report post Posted October 25, 2004 As in programing games and programs by yourself? Share this post Link to post Share on other sites
DMA 0 Report post Posted October 27, 2004 how do you make games for a graphing calculator such as a ti 83? do you write them in c+ or something? or is there a specific program for this? if so, link me to somewhere that i can download it Share this post Link to post Share on other sites
daob 0 Report post Posted October 29, 2004 Here is a link with plenty of tuts on how to program a t1-83 http://forums.xisto.com/no_longer_exists/ and if you want stuff to download https://smallbusiness.yahoo.com/ Share this post Link to post Share on other sites
logophobia 0 Report post Posted October 29, 2004 You just write it in basic. I get bored alot at school and i wrote this stuff:-an rpg-a clock-snake-killing the teacher with a movable gun-nice graphic effects-and a lot of other stuffIts really simple. All you need to do is go to prgm -> new -> type in a new for your program and you can begin. In the calculator manual all the commands are discribed. It's really simple, qbasic is a language disigned for beginners. I also tryed assembler but it took me 20 lines just to start a programm. Just too difficult. Anyway, good luck. Share this post Link to post Share on other sites
rejected 0 Report post Posted October 30, 2004 you must get bored in school Share this post Link to post Share on other sites
logophobia 0 Report post Posted October 31, 2004 Yeah, its way too easy . Share this post Link to post Share on other sites
matthewbot 0 Report post Posted January 29, 2005 I mostly make programs for school, like calculate the area of various shapes, or plug in values for the distance formula. But I also made a simple number guessing game, where u guess a number, and it tells you bigger or smaller. I did download a bunch of games for mirageOS though Share this post Link to post Share on other sites
King-Squad 0 Report post Posted January 29, 2005 I have seen the guessing number code on the internet before and its not really that difficult just a lot of time consuming planning and entering values and stuff. I got bored in math class one week and made a program that acts like a butler (the servants in mansions) and it would like answer questions and that kinda stuff plus i linked all my other programs to it so it was all 1 big program and u just had to go throught hat one program to get to it. Also, my friend made an IQ test that was one of the most stupid but hilarious things i have ever seen. it even had the teacher crackin up. And he learned all his skills from me Share this post Link to post Share on other sites
matthewbot 0 Report post Posted January 29, 2005 I saw this weird one, the stupidizer. You point the calculator at someone, and press enter, and calculates the stupidness of the person. You can also stupidize somebody by pointing it at them and selecting a different option, and a weird little animation plays on the screen. Fun for the whole familly Share this post Link to post Share on other sites
King-Squad 0 Report post Posted January 29, 2005 hahaha do you have the code for it? that would be cool to have just for kicks and giggles Share this post Link to post Share on other sites
matthewbot 0 Report post Posted January 29, 2005 Nope, sorry. It was a friend of mine, and it was an app, I believe. But I'm not sure. I'll try to ask him where he got it. Share this post Link to post Share on other sites
King-Squad 0 Report post Posted January 29, 2005 ok, i was thinking about it and it would be that hard to program it it would just be the looks not the actual program ut if you could get it from him i would really appreciate it Share this post Link to post Share on other sites
spacemonkey 0 Report post Posted March 3, 2005 I remember back when I was in high school, I'd be sitting in math and I'd get bored. I ended up making a fireworks program that displayed random firework animations and then a giant finale ending, it was pretty neat.I also made a math program that calculated all sorts of equations for you. Distance, surface area, trig and inverse trig functions, I even had a built in function that would let you find the derivative of an equation. among other things, i also had a one, two, and three variable equation solver, as well as temperature conversion from kelvin, to fahrenheit, to celsius and every combination in between. Very handy, especially on Calculus tests.I think I may have lost the source code to that program, but if anyone wants me to, I can try to find it. Share this post Link to post Share on other sites
snlildude87 0 Report post Posted March 16, 2005 how do you make games for a graphing calculator such as a ti 83? do you write them in c+ or something? or is there a specific program for this? if so, link me to somewhere that i can download it 24132[/snapback] DMA, to make games for your calculator, or for the TI-83 or for any other Z80-based processors, you will have to program in ASM, or assembly, compile the source code, and send the compiled program to your calculator. ASM, however, could do serious damage to your calculator if you don't know how to program. I don't know how to program in assembly, so I can't give you specifics. To answer the thread's question, yes I have made several BASIC programs for the TI-83 Plus and the TI-89. They are all on ticalc.org's server, though: http://www.ticalc.org/archives/files/authors/77/7787.html Ticalc is a great community to be a part if you want know learn about calculator programming. Who knows, once you create a good program, your entire school could be using it! (Just like me! ) Share this post Link to post Share on other sites