i love smilebasic! what other programs that you buy, but gives you nothing? even wario diy comes with sample games and tutorials built-in. this gives you reference pdf externally on their website. before you can do anything, you have to type things. who doesn't want to tear their hair out coding rock-paper-scissors program just to play? no oo either! just write your program, debug forever, and ...
My Ogiri 2015 entry. Now updated with Abacus program. You can see the difference in size, even though my Abacus program doesn't use graphic. MENU.PRG is the one you want to run.
So, I noticed an uptick in the amount of spam on the email account that I use for Ogiri communication. This includes some suspicious account creation. Has anybody else noticed this? I don't know whether this is actually related to Ogiri or spammers just doubled their activity upon new year. So, just checking.
My Ogiri entry is finally done. Here is the list of programs that is included. Total file size is 61K. I hope that is right. The whole project is done in 2 days. 8 AM yesterday to 7 pm today, with breaks. Total lines is over 2000. Tapped in with stylus.
The program is only 88 lines, though. The rest is data.
Update on my Ogiri entry. Ugh. Too slow! I forget how long it takes to run and check the programs, even when everything runs smoothly. OTOH, I now have easily the longest source code program, most of it DATA statements. This is outside my own programs, which get custom modified for Ogiri.
Those of you who are wondering how to do walking animation, here you go! It's pretty easy to do it the hard way, instead of using SPANIM, but you do pay in price of jerkiness, and more CPU cycles. Still, if you're okay with that, then easy as pie!
I won't make Ogiri deadline due to overwork during holidays. Too bad. Anyway, Korg M01D is on sale. Is there an easy way to integrate it or do we have to do MIDI2MML the hard way?
I wish discostew is active here. He'd be able to deconstruct MIDI specs easy!
How long until midnight? Here's another OSP project. This time, it's a timer. How many minutes left until cuckoo time? Fun with Sprites Rotation Animation.
Still working on that Turtle Graphic program. Not much to report. A lot of the changes are internal reorganization. Bezier2 is an example. It's a thick line Bezier algorithm. I went back to using GCIRCLE anyway. But it's so good, I'm keeping it in there.
I tried to make a library, but I'm getting "Undefined variable" on B[], and "Type mismatch" on A[]. What gives? How can I use arrays on my library files? Either DIM or VAR keyword should work, but it doesn't in this case.
Finally implemented that Bezier curve drawing function! I've been wanting to do that. I also made some more modification to the Turtle Graphic program. It's faster, has button/timer function, and text drawing capability. Ah, feature creep. What can I say?
Anyway, it's ready for GrabBag upload. I'll throw in Maze and Room Generator, as well. Anything else you want in there also? Just ask!
Turtle Graphic. I've been working on this Turtle Graphic program with Area Fill. Looks good. I put it into DEF, but having trouble USEing from another slot. So, so far, just copy and paste program. I kind of skip the SHOW/HIDE TURTLE function. :p
Making Rooms in Dungeon. Unfortunately, the code is very messy, so I won't be releasing it anytime soon. It works fine, though. So, maybe I need to clean it up?
Did I say no more quickie program? Oops. One more! This is a banner program. Very easy to type in, just in case you're having trouble typing in my other programs. It shows whatever you want in big, block letters, scrolling across the screen.