I was totally expecting it to support infinitely recursive zoom! (as seen in https://news.ycombinator.com/item?id=39799755 )
Unending bubble wrap: a pointless activity to spend a few satisfying minutes
21–27 of 27 posts
Re: Unending bubble wrap: a pointless activity to spend a few satisfying minutes
#22Are you the author? How many levels does it have?
Using the developer tools, each click divides a DIV into 4 tiny DIVs, so it's probably infinite (or until the DIV is rounded to 0 pixel wide and doesn't get mouse clicks anymore).
Re: Unending bubble wrap: a pointless activity to spend a few satisfying minutes
#23Re: Unending bubble wrap: a pointless activity to spend a few satisfying minutes
#24Separately, if it were an unending page where you keep scrolling after popping, instead of dividing, also would be satisfying
Re: Unending bubble wrap: a pointless activity to spend a few satisfying minutes
#25I imagine that you can draw pictures with this, where dark colors are represented by a lot of small bubbles. Not sure what the algorithm for that would look like though.
Now you have a regular grid of pixels. Take your favorite monochromatic pixel art of size 2^k x 2^k, and
2. Click on grid locations corresponding to black pixels
Re: Unending bubble wrap: a pointless activity to spend a few satisfying minutes
#26I love these web toys, but this needs a way to zoom!
Would really be unending if you could zoom in and keep clicking!