|
Games etc. to Casio
calculators
I've made these programs on a Casio fx-9750 G Plus but they should work at others too. If you don't have a widescreen you have to change a lot of things but it's not impossible.
If I have to choose one of these games to play, I would choose Catch them. Or Car race. Or Pong....
Are you new in calculator programming? I'll try to explain the basics.
First, you have to create a new program. Enter the main menu and select PRGM. Press the F-key for "NEW". Enter a name for the program. I recommend you to use the same name as I do in the code.
Second, you program the calculator, by typing keywords, letters (variabels), and numeric values in the program window.
You don't type the keywords letter-by-letter as in most programming languages, instead you use the F-keys to select keyword from menus. For a good list of keywords and how to type them, see this page.
|