Loading...


bookmark - Calculators calculators

Calculators - calculators

 
 Discussion by psychiccyberfreak with 15 Replies.
 Last Update: March 24, 2005, 9:54 pm
 
bookmark - Calculators calculators  
Quickly Post to Calculators calculators w/o signup Share Info about Calculators calculators using Facebook, Twitter etc. email your friend about Calculators calculators Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print

what have you made for your graphing calculator?












   Mon Oct 25, 2004    Reply         

As in programing games and programs by yourself?

   Mon Oct 25, 2004    Reply         

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

   Wed Oct 27, 2004    Reply         


Here is a link with plenty of tuts on how to program a t1-83
http://www.rit.edu/~jmwsma/calculators/ti8.../ti83links.html
and if you want stuff to download
http://www.geocities.com/ti83programs/

   Fri Oct 29, 2004    Reply         

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 stuff
Its 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.







   Fri Oct 29, 2004    Reply         

you must get bored in school

   Sat Oct 30, 2004    Reply         


Yeah, its way too easy <_<.

   Sun Oct 31, 2004    Reply         

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 :P

   Sat Jan 29, 2005    Reply         

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 :P :D

   Sat Jan 29, 2005    Reply         

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 :P

   Sat Jan 29, 2005    Reply         

hahaha do you have the code for it? that would be cool to have just for kicks and giggles

   Sat Jan 29, 2005    Reply         

Nope, sorry. :P 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.

   Sat Jan 29, 2005    Reply         

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 :P

   Sat Jan 29, 2005    Reply         

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.

   Thu Mar 3, 2005    Reply         

QUOTE (DMA)

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


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://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! :angry: )

   Wed Mar 16, 2005    Reply         

Also realize that if you're interested in making programs on your calculator, BASIC programs are, as you would think, way more basic than an assembly program. I Find that BASIC is pretty much 300,000 times easier than assembly, and it is easy for making programs focusing on input and mathematical calculations and displaying the results, or other simple messages. Assembly will give you higher control, and the use of more pixels and smoother animation (i.e. - smoother movement in a game), but like I mentioned before, it is very difficult to learn and also very risky if you do not know what you are doing. It is possible to create games on your calculator in BASIC, but just be aware of the fact that there's a limit to what type of games you can design in BASIC versus in assembly.

If you don't know already, if you're making assembly programs, you'll need some way to execute them. Either a special BASIC program or something like "MirageOS" or similar. I do not currently have a link to a website that has MirageOS as a download, but you can probably find it relatively easily by using good old Google.

   Thu Mar 24, 2005    Reply         

Quickly Post to Calculators calculators w/o signup Share Info about Calculators calculators using Facebook, Twitter etc. email your friend about Calculators calculators Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print

Similar Topics:

Graphing Calculators

These things are awsome!!! they are like mini computers, like a PDA, but simpler. I make a bunch of programs for my calc, and eventualy when I get my hosting, I will put my calc software and other cool stuff on there. If anybody wants they can put up the source code for their ...more

   20-Oct-2004    Reply         

Are Love Calculators Predictions Tr...

Hai Boyz and Gals how many of you've used online Love Calculators/Meters to calculate the percentage of the probability of your Love, Share your experiences and tell whether the predictions were true in your life or whether the've gone wrong. As far as I am concerned I've go ...more

   16-Apr-2006    Reply         

Making Calculators with PHP

Yes, I made some basic calculators to use for simple math problems, nothing big. I'm a newbie at php, so if I made something that could be short, long, I am sorry. lol Here is one for adding two numbers. CODE<html> <title>Adding 2 numbers </ti ...more

   27-Jun-2008    Reply         

Sony Announces New Ps2    Sony Announces New Ps2 (13) (0) Sdl With Newlib Kos And Gcc 3.4.x SDL  Sdl With Newlib Kos And Gcc 3.4.x SDL