In a previous project, you drew a Sierpinski Triangle with Chaos Game. You also did restricted chaos projects for square and pentagon. Now, generalize the project that allows chaos game
In a previous project, you drew a Sierpinski Triangle with Chaos Game. You also did restricted chaos projects for square and pentagon. Now, generalize the project that allows chaos game
In a previous project, you drew a Sierpinski Triangle with Chaos Game. Instead of a triangle, use five points of a pentagon as the target points and play the chaos
In a previous project, you drew a Sierpinski Triangle with Chaos Game. Instead of a triangle, use four points of a square as the target points and play the chaos
In a previous project, you drew a Sierpinski Triangle with Chaos Game. Instead of a triangle, use four points of a square as the target points and play the chaos
Draw three points to form a triangle. Draw the fourth point in a random position. In each of the following step, this point will move halfway towards one of the
Knowing how to find the closest point on a line segment to another point, animate randomly moving line segments and circle. Color the lines in different colors when they intersect
Generate a random polygon with many sides and randomly drop point on the screen. If the point falls inside the polygon color it in red, otherwise color it in blue.
Continuing from Moving Asteroid in Space project, add rotation to the asteroid.
Continue from Random Asteroids in Space project to animate the moving asteroid. Note that the asteroid wraps around when it is moving out of screen and it is possible that the
Continue from Random Asteroids project to draw several random asteroids in space. What’s next?Moving Asteroid in Space