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.
Blue Little Pig: "Let us build a fire, and be warm until the wolf leaves."
void LittlePig.MakesFire()
{
//Little Pig Blue says “Let us build a fire, and be warm until the wolf leaves.
LittlePig.Says(“Let us build a fire, and be warm until the wolf leaves.”);
//Little Pig Blue loads logs into the fire place.
LittlePig.LoadsLogs(Fireplace);
//Little Pig Blue starts a fire.
LittlePig.StartsFire(Fireplace);
//The three little pigs warms their hands.
LittlePig.WarmsHands();
}

No comments:
Post a Comment