OOP 1: Don't fear the OOP Assignment


Peter Lin, Theodore Preduta, Larry Yuan


Every Minecraft Village has different types of creatures and buildings: Villagers, Iron Golems, Villager Houses, Blacksmith Buildings, Churches, and Farms.


Village
	Has a certain number of villagers
	Has a certain number of iron golems
	Has a certain number of houses
	Has a certain number of blacksmith buildings
	Has a certain number of churches
	Has a certain number of farms
	Is located somewhere

A typical minecraft village would have
	Number of villagers = 24
	Number of iron golems = 2
	Number of houses = 24
	Number of blacksmith buildings = 1
	Number of churches = 2
	Number of farms = 2
	Location = (0, 0)