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 number (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 number 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
- “Space” to toggle if text is shown.



Source code: circle-walk-ii.py
- pingback from #20