Thanks @Dav that is interesting effect I will play with later. Right now tied up with a couple other projects otherwise I'd be more active with several of your posts. But I Like what you've done with your balls LOL!
b = b + ...
Proggies
|
Thanks @Dav that is interesting effect I will play with later. Right now tied up with a couple other projects otherwise I'd be more active with several of your posts. But I Like what you've done with your balls LOL!
b = b + ...
DRAW Contest Fun Mod
QB64.boards.net is having a contest practicing with DRAW command. MG posted something that I started playing with and came up with this nice mod: Code: (Select All) ' Mod MG DRAW by bplus 2023-10-08 Wow I like all the variations this thing can make! Maybe we can call these hairy balls. Update: Wow this works in QBJS without a single change!!! DRAW contest b+ mod of MG Dav I am gonna try your thing next ;-)
b = b + ...
That's a neat one. DRAW is such a powerful command. I'll try to come up with something too.
- Dav
Here's a small DRAW screen saver, @bplus. Haven't come up with a good color changing method yet, but it makes nice spinning patterns. Press ENTER to change patterns. ESC to quit. You may mod and/or share this elsewhere if you wish.
![]() - Dav Code: (Select All)
Wow Dav, a tour de force!
BTW I find escape key works for Inp(&H60) not seen it presented like that before.
b = b + ...
Added some color. The changing color adds another depth to the patterns.
- Dav Code: (Select All)
10-09-2023, 05:28 AM
I'm mind-boggled that this can be done in so few lines!
Well done, Dav.
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.)
![]() Please visit my Website at: http://oldendayskids.blogspot.com/
10-09-2023, 10:58 AM
It's good to know somebody else is using the subprograms I wrote and giving me proper credit.
![]() I didn't think anybody else was going to care a lot about "You're the Bandit!" away from this forum. That program was sort of an example to teach young people how to program a game. Not a good example of an algorithm for the computer-controlled opponents in a single-player-only effort.
10-09-2023, 12:33 PM
Hi mnrvovrfc. Not sure if your post was a response to mine, had to reply to be sure. I make it a habit to give credit when using someone’s routines. That one I came up with on my own, truly. If it’s similar to code elsewhere, then it’s the two minds thinking alike at play.
- Dav
10-09-2023, 05:37 PM
(10-09-2023, 12:33 PM)Dav Wrote: Hi mnrvovrfc. Not sure if your post was a response to mine, had to reply to be sure. I make it a habit to give credit when using someone’s routines. That one I came up with on my own, truly. If it’s similar to code elsewhere, then it’s the two minds thinking alike at play. I think mnr... is referring to my post, a mod of MG. MG has mnr's trademark random number functions that I think,.. well not my first choice; I kept them in because too lazy to replace with my own. I think mnr..., roquedrivel and MG are very tight friends or heck maybe even same person under different name for each forum? @Dav I am considering posting your code at the other place but I don't want to piss off any forum owner with my sharing others work, so am perplexed, bad enough my own stuff I am guessing. But well I guess I will share my mods if they make significant difference. Playing politics not my thing...
b = b + ...
|
« Next Oldest | Next Newest »
|