micro(A)v11 - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: QBJS, BAM, and Other BASICs (https://staging.qb64phoenix.com/forumdisplay.php?fid=50) +--- Thread: micro(A)v11 (/showthread.php?tid=1823) |
RE: micro(A)v11 - aurel - 07-21-2023 Today update : https://sourceforge.net/projects/micro-a-interpreter/files/ LOG: fixed VAL() and LEN() functions RE: micro(A)v11 - mnrvovrfc - 07-24-2023 I am "roquedrivel's" friend. Yes sometimes I have to correct "their" programs although it might look like I'm the one posting. Wanted to see how far one could get with an interpreter which focuses on graphics. Something like LOGO. Hey there's an idea for another "script"... will have to run it from the input box though. In fact this was actually an idea for a game I made a few years ago. On Ubuntu Studio 32-bit I forced myself to program in C for the terminal. The program draws a somewhat predictable "maze". The user is directed to give commands, as many as he/she pleases. There is no interaction possible like INKEY$ without "third-party interference", so all the commands have to be typed in at once. Then press [ENTER] and see how far one could get through the maze. Heh cheaters would just enter one command at a time; a real game would find the way to limit that, to maximize the scoring. I have also turned it into a variation of a program that I'm sure I shared, and JDJ wrote a derrivative of it (separate program) but I can't find it on this forum. I remembered Pete commented on my program. It's a program where the player is put near the center of the screen and has to be moving constantly inside a clear path, while the screen is always scrolling changing the path. The only difference is the user first inputs the commands how to move and then he/she is set riding a bicycle through poison oak bushes. LOL. EDIT: on the other forum don't pay attention where "roquedrivel" said I proposed Linux Mint and I was using it ROFLMAO I despise that distro. That's why I started a thread in Off Topic of this forum to get some feedback about it, but because I obtained very few answers about experience, it hasn't really changed my mind about something that was one of the most garbage Linux distros for me last year. Only for me, on my equipment. Recently quit a forum which has people full of that distro and aren't very tolerant, because they style themselves a "technical" forum. I was checking out something with a brand new installation of Debian MATE "Bullseye" without non-free firmware, and "roquedrivel" insisted on that. I had to go get for "them" the "other" ISO, with the Wifi drivers and that other joint. RE: micro(A)v11 - aurel - 07-24-2023 Quote:i am not sure. RE: micro(A)v11 - aurel - 07-25-2023 and a spirograph Code: (Select All) 'spirograph BASIC-256 => micro(A)by Aurel RE: micro(A)v11 - aurel - 07-26-2023 ..and well known darkRed mandelbrot: Code: (Select All) 'mandelbrot red-dark nuBasic => micro(A) RE: micro(A)v11 - aurel - 07-26-2023 ..ever see such a crazy tree ? Code: (Select All) 'fracTRee b256 RE: micro(A)v11 - aurel - 07-27-2023 and now almost fractal antenna ps. did i mention i have new statement in microA it is : MODE 0 - turned off constant window update MODE 1 - turned on and now code: Code: (Select All) 'fracTRee b256 RE: micro(A)v11 - mnrvovrfc - 07-28-2023 ^I like this program better. BTW stop telling "roquedrivel" to download a six-year-old distro version LOL, MX Linux was junk to me a few months ago and I don't care to elaborate about it right here. How is it going to be better six years from now? It's OK, I have told "them" to stop posting on your forum about Linux distros. You keep Windows, and we keep Linux. On our side we have found Linux much better than Windows except for a few programs used for many years, not as much there are counterparts that could run on Linux. "roquedrivel" uses an office software that was purchased with "their" computer which cannot run on Debian MATE "Bookworm". "They" are sorely missing that but otherwise "they" don't want to go back to Windows for anything. I would like to be like that too, put it totally entirely into my past. Another thing is "roquedrivel" ran into a problem with a program to share on your forum, done with micro(A). Therefore it might be posted as a program for QB64 v0.98 and later. RE: micro(A)v11 - aurel - 07-28-2023 Quote:BTW stop telling "roquedrivel" to download a six-year-old distro version LOL, MX Linux was junkwow .. he is not under my control and that is just a suggestion Quote:Another thing is "roquedrivel" ran into a problem with a program to share on your forum, done with micro(A)well browser/SMF problem he have ...i don't have nothing with that RE: micro(A)v11 - mnrvovrfc - 07-28-2023 (07-28-2023, 02:29 AM)mnrvovrfc Wrote: Another thing is "roquedrivel" ran into a problem with a program to share on your forum, done with micro(A). Therefore it might be posted as a program for QB64 v0.98 and later. What I meant is, the program was originally written in QB64, but the attempted translation to micro(A) was too much for my friend. It relies on a lot of "FOR... NEXT" loops, and then to convert those into "WHILE" or the "GOTO label" blocks like before, getting tiresome for my friend. That's why "they" plan to post it as QB64 program, on your forum. |