MineSweeper version 2. Now with Touchscreen! Sorry, but you need to calibrate TX,TY manually. Difficulty Level is D. I can barely squeeze this into one screen. But I did. :)
I'm having some problems with the USE command relating to the scope of my variables. My functions make use of global variables to talk back and forth to one another. Ideally, someone who uses my library should have the option to load it into another slot and USE it from there.
this a simple prgm that i made. its not a game at all, but its just explaining what you can do with GFILL, GPSET, GCIRCLE and GLINE, and (obviously PRINT).
Progress in my Panepon clone. I had to scrap a bunch including my gravity subroutine, but I've learned a lot about how code effects a 'clock' loop! It runs much better now!
hey everybody! storm here. just got finished with the newest update of my CIRCLE PAD TESTER. (now version 3.1) and as always, the key is in the screenshot. look for the highlighted name. lastly. in my future updates of the tester. in the new credits option it will have the version number in it. cheers!
My C compiler is going really well, now with...
\N for new line (in strings)
Void
Char instead of Str (I think)
Ints and Chars outside of functions make functions.
You're no longer forced to call main.
More flexible Scanfs
Flexible variables
A new command I made up: NRET. It calls a function but returns the value in a variable called like QQQXHDGJI or something.