Hard

Pyxlapse #10

Bloom

Playback

Best played on a desktop.

How to play Pyxlapse

Recreate the looping animation on the right using Python.

  1. Write your animation inside draw(t). Time t moves from 0 to 1.
  2. Draw with pixel(x, y, color), then press Run.
  3. The red target border turns green when the full loop matches.

New puzzles are released every night at midnight Pacific time.

Stats

0Played
0Completed
0Current streak
0Best streak

Help

Pyxlapse tools

Useful Python

round() int() abs() min() max() range()

from math import sin, cos, pi, ceil, floor

Use print() to send values to Console. Press Cmd/Ctrl + Enter to run, or click either animation to pause.

Third-party notices

Built by Bhavya Kaushik · GitHub

Reset your code?

This replaces your code with the default starter. You can undo the reset with Cmd/Ctrl + Z.

Challenge complete

Pyxlapse #10 - Bloom

0:00Time
0Attempts
0Day streak

Hint

Pyxlapse