For this exercise,
- you'll be using
big-bang
to create a world which starts out as an empty scene,
- and creates growing circular ripples everywhere you click on the screen.
The ripples should be a hollow circles that start with radius 1 and grow bigger as time passes.
- Come up with a data definition appropriate for representing the world in this program.
- Write the template for processing this data definition.
- Design the appropriate functions for this
big-bang
program and write the big-bang
statement.