View the prior layout.
View the first layout.
View the next layout.
Blue Little Pig: "I will build a house of stones."
Void LittlePig.BuildHouse(Material BuildingMaterial)
{
//Little Pig Blue looks for materials to build a house out of.
LittlePig.LooksForBuildingMaterial();
//Little Pig Blue sees a building material, Stones.
LittlePig.SeesMaterial(BuildingMaterial);
//Little Big Blue says “I will build a house of Stones.”
LittlePig.Says(“I will build a house of ” + BuildingMaterial.Name + “.”);
//Little Pig Blue builds a house.
LittlePig.BuildsHouse(BuildingMaterial;
}
{
//Little Pig Blue looks for materials to build a house out of.
LittlePig.LooksForBuildingMaterial();
//Little Pig Blue sees a building material, Stones.
LittlePig.SeesMaterial(BuildingMaterial);
//Little Big Blue says “I will build a house of Stones.”
LittlePig.Says(“I will build a house of ” + BuildingMaterial.Name + “.”);
//Little Pig Blue builds a house.
LittlePig.BuildsHouse(BuildingMaterial;
}
No comments:
Post a Comment