

Your "crescent" cut is black and it appears on the other crescents around it.
Suggest you record a crescent in SPR and plot from there to get around this. If you get stuck figuring this out, I'll help you.
Also suggest you add score, lives, levels of play, warm-ups, and cool-downs.
P#69839 2019-11-12 01:39 ( Edited 2019-11-12 01:41)

1

560-characters ? Hmm ... That's pretty rough, @tobiasvl. I think I can, for this anyways, as a simple screen-saver. Let me see ...
Just waking up ... okay, here it is. Coding time, 15-minutes. (making it as small as I can).
_set_fps(60)c=cls r=rnd d=circfill c()color(12)d(64,64,63)d(48,48,48,0)memcpy(0,24576,8192)x,y,a,i,b={},{},{},0,{}for i=0,31 do x[i],y[i],a[i],b[i]=r(192)-64,r(128),r(2)+.25,8+r(32)end repeat if i==0then flip()cls()end sspr(0,0,128,128,x[i],y[i],b[i],b[i])y[i]-=a[i]if y[i]<-b[i]then x[i],y[i]=r(192)-64,128+b[i]end i=(i+1)%32until z |
333-characters with no black circle overwriting the other crescents.
Likely this can be optimized even further I suspect.
P#69847 2019-11-12 16:54 ( Edited 2019-11-12 19:43)
[Please log in to post a comment]