Release

Ball Drop Remix

5

was8bit 2021-05-07 16:47

TAP to reset...

About halfway full, balls on the bottom start being removed one at a time....

Diffferent shapes rather than all being circles...


Mrlegoboy 2021-07-22 02:23

what the heck lol how is this possible


was8bit 2021-07-22 06:18

The secret is at SPRITE HIT detects contact between sprites at the PIXEL level...

I simply try moving a Sprite downward one pixel amount, and text for a hit.. if a hit occurs the Sprite is returned to it original position... the code may then randomly choose to try to move left or right by on pixel...again if contact occurs the Sprite is returned to its original position...

A simple set of rules... I was equally surprised it performs so well :D


was8bit 2021-07-22 06:19 (Edited)

If you would like to try remixing this with different shapes, just to see what happens, go right ahead :)

... mind the math....


Log in to reply.