Jonathan. Frech’s WebBlog

Trippy (#59)

Jonathan Frech

Using the extended pygame graphics function pygame.gfxdraw⁠¹, this program creates ran­dom­ly colored trippy circles. There are 100 circles, which get redrawn every 100 ticks (~ 1.6 seconds).

Source code: trippy.py


[1]See the docs.