Snap! (or Build Your Own Blocks)
Figure: see image.
Snap! (or Build Your Own Blocks) is a visual, block-oriented programming language used mostly for introductory software development instruction. It, however, can perform some fairly interesting results. It is very graphic in nature. It has event-driven capabilities.
For this assignment, you will produce a program which has two sprites on the stage, a man walking his dog. The man will pace around the outside edge of the visible stage and issue orders to the dog at random intervals between 1 and 10 seconds apart. If the man says "go", the dog will run around in a tight circle. If the man says "heel", the dog will stay still in its current spot. The commands from the man should be visible when issued. The dog should acknowledge each command with a visible "woof". Be sure to change the stage size so your results can be easily and clearly viewed.
You will submit the .XML file created using the File - Export Project command in Snap!