Your School
Overview
Your objective is to build a Minecraft replica of your school (or other building which you often visit.
You could reuse large part of the house and village projects. Start with a good design on paper.
Prequisites
Minecraft Development environment set up - see LINK.
Implementation steps
-
Start with surveying your building in the real world. What is it shape? How many windows? How many doors, floors? What's inside: how many rooms? is there a staircase?
-
Draw your design on a piece of paper or on a whiteboard (could be on a computer). Figure out coordinates for the vertices.
-
Start the code by clearing out the area
-
Build the main shape of the building, carve out the internal space.
-
Add external features like windows and doors, one by one
-
Add internal features
-
Add any features outside building like lawn, trees, pavement, etc..