My attempt at recreating the bubbles demo from this youtube video (the bubbles part starts at around 15 minutes)
Circles are drawn at a random position on the bottom row, and the screen is scrolled (by using blit
to copy the display onto itself offset by -1 rows).
It's not quite the 31 bytes the one in the video is, but I tried to keep it small. 152 bytes minified, 141 minified+compressed.
[Please log in to post a comment]