Proggies - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Prolific Programmers (https://qb64phoenix.com/forum/forumdisplay.php?fid=26) +---- Forum: bplus (https://qb64phoenix.com/forum/forumdisplay.php?fid=36) +---- Thread: Proggies (/showthread.php?tid=162) |
RE: Proggies - bplus - 10-05-2023 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! RE: Proggies - bplus - 10-08-2023 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 ;-) RE: Proggies - Dav - 10-08-2023 That's a neat one. DRAW is such a powerful command. I'll try to come up with something too. - Dav RE: Proggies - Dav - 10-08-2023 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)
RE: Proggies - bplus - 10-09-2023 Wow Dav, a tour de force! BTW I find escape key works for Inp(&H60) not seen it presented like that before. RE: Proggies - Dav - 10-09-2023 Added some color. The changing color adds another depth to the patterns. - Dav Code: (Select All)
RE: Proggies - PhilOfPerth - 10-09-2023 I'm mind-boggled that this can be done in so few lines! Well done, Dav. RE: Proggies - mnrvovrfc - 10-09-2023 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. RE: Proggies - Dav - 10-09-2023 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 RE: Proggies - bplus - 10-09-2023 (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... |