XONIX - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Programs (https://qb64phoenix.com/forum/forumdisplay.php?fid=7) +---- Thread: XONIX (/showthread.php?tid=519) |
XONIX - DANILIN - 06-04-2022 ? xonix ? ... XoniX ... !!! XONIX !!! Code: (Select All) Randomize Timer: b = Int(Rnd * 15 + 7): a = Int(Rnd * 15 + 7) ' xonix.bas qbasic qb64 xonix gif 45 kB https://en.wikipedia.org/wiki/Xonix en.wikipedia.org/wiki/Xonix RE: XONIX - triggered - 06-04-2022 What in the world is this? RE: XONIX - DANILIN - 06-04-2022 I have long dreamed of creating a sketch about a flying balloon from scratch and created it in an hour I suppose locals could have composed much shorter than my program in past Program create a random area and in a random place ball starts and flies There was an idea to apply "screen(y-1, x+1) =35" however a non-optimal program would become longer My program is universal: creating an array of coordinates there will be a lot of flying balls RE: XONIX - madscijr - 06-04-2022 Wasn't Xonix the company who made those "double ender" cartridges for the Atari 2600 back in the '80s? RE: XONIX - DANILIN - 06-04-2022 I'm a fan of ZX spectrum 48k https://rosettacode.org/wiki/Category:ZX_Spectrum_Basic rosettacode.org/wiki/Category:ZX_Spectrum_Basic behind post is better: _Font 17 ' biger ... Color 0, RND*15 ... Color RND*15, 0 RE: XONIX - bplus - 06-04-2022 Expanding on the subject of WTH? Code: (Select All) _Font 8 RE: XONIX - vince - 06-06-2022 interesting mod, B+ RE: XONIX - DANILIN - 06-07-2022 Xonix Multi Balls Animation 66 kB Code: (Select All) Randomize Timer: b = Int(Rnd * 10 + 15): a = Int(Rnd * 10 + 15): ' xonix135.bas If balls are collision: both balls change colors RE: XONIX - DANILIN - 09-13-2024 This XONIX theme is developing silently and there is a smooth implementation of C# 133 KB but principles of XONIX decide ... maze DAV: MazeBall - A tilt-like maze puzzle game https://qb64phoenix.com/forum/showthread.php?tid=2761&pid=28390#pid28390 |