Below is first draft text of the first layout of the book. If you have suggestions or feedback, all comments will be considered as I work through this project. If you would like to see how this project progresses, sign up for my mailing list, and I will send out an email every now and then.
View the prior layout.
View the first layout.
View the next layout.
Big Bad Wolf: "I see three little pigs, and I am hungry."
void BigBadWolf.Sees(ThreeLittlePigs)
{
//The Big Bad Wolf spots the three little pigs in the distance.
BigBadWolf.Spots(ThreeLittlePigs, Distance);
//The Big Bad Wolf says “I see three little pigs, and I am hungry.”
BigBadWolf.Says(“I see three little pigs, and I am hungry.”);
//The Big Bad Wolf turns to the three little pigs.
BigBadWolf.TurnsTo(ThreeLittlePigs);
//The Big Bad Wolf runs towards the three little pigs.
BigBadWolf.Run(Towards, ThreeLittlePigs);
}
No comments:
Post a Comment