I eventually found it on Facebook - dates back to November 2023.
https://www.facebook.com/100009370485120/videos/3745971862283827/This is Richard Russels entry in BBC Basic:
https://wasm.bbcbasic.net/bbcsdl.html?app=bbcbasic.co.uk%2Fwebapps%2Fcompo4Code:
10 MODE 1
20 VDU 5,19,1,4,0,0,0
30 GCOL 0,129 : CLG
40 VDU 23,205,&80,&40,&20,&10,&08,&04,&02,&01
50 VDU 23,206,&01,&02,&04,&08,&10,&20,&40,&80
60 X = 608 : Y = 512 : N = 1
70 REPEAT
80 FOR I = 1 TO N : MOVE X,Y : VDU 205.5 + RND(1) : X = X+32 : T = INKEY(1) : NEXT
90 FOR I = 1 TO N : MOVE X,Y : VDU 205.5 + RND(1) : Y = Y+32 : T = INKEY(1) : NEXT
100 N = N+1
110 FOR I = 1 TO N : MOVE X,Y : VDU 205.5 + RND(1) : X = X-32 : T = INKEY(1) : NEXT
120 FOR I = 1 TO N : MOVE X,Y : VDU 205.5 + RND(1) : Y = Y-32 : T = INKEY(1) : NEXT
130 N = N+1
140 UNTIL N > 40
150 END
And, sorry to be a grump, but after taking far too long to try to find the original posting on Facebook and then having to wade through what I consider to be an utterly dreadful website with the results I have to say that frankly I just can't be bothered at this point.
I strongly suggest that in-future you provide direct links or just re-post the entire thing here so that those who care can see what you mean with the minimal of effort because life's just too short.
-Gordon
_________________
--
Gordon Henderson.
See my
Ruby 6502 and 65816 SBC projects here:
https://projects.drogon.net/ruby/