Project #0: Static scene, creature, dog, birds.

SCENE: sky, sun, grass below (lower ~2/3 of screen) 
	text in lower-left corner, including your name, CST 112, project #

CREATURE:  follow the mouse

DOG:  follow the creature

BIRDS:  flies from left to right,
	resume with new bird, whenever old bird exits right

BOMB:  when any key is pressed, bird drops a bomb
	bomb continues falling (until bottom of screen)

	 Can you make an explosion when bomb hits bottom?
	


NOTE: These descriptions are very approximate. Feel free to vary the details and/or to add extras.
In project #2, the sun will move across sky, guy and dog will move differently, and different keys will cause other effects. Future projects will add scoring, when bomb hits creature, etc. Be sure to make everything "modular", to make changes easier. Each method MUST begin with a comment that says what you are trying to do!