Jonathan. Frech’s WebBlog

Circle walk II (#8)

Jonathan Frech

Continuing the idea from “Circle Walk”, I created “Circle Walk II”. In this program the entities get — based on their spawn time — a num­ber (just to see the exact spawn time). As they spawn, they get put in a list. From this list their position around the center is calculated (in a similar way as in “Polygons”). Their distance to the center equals five times the num­ber of entities (distance_to_the_center = 5 * number_of_entities), but cannot reach outside the screen. Their color is calculated based on their angle.

Usage

Source code: circle-walk-ii.py