The player drag and drops code blocks into a canvas to stack up a sequence. The sequence will then be executed by either the male or female minecraft character. Nearly each level has a different goal. Goals are e.g:
- sheer the sheeps
- destroy the trees
- build a house
- plant crops
For each level you build a stack of code blocks, which are executed top to bottom once the run button is clicked. If the level's goal wasn't reached at the end of the code block stack, you can modify and start it again.
The levels have kind of the same goals as in Minecraft, you just do the tasks programatically instead of manually. You plant and harvest crops, sheer sheep and destroy trees to gather resources to build a house. (Just like in the real Minecraft game)
- "move forward" in front of a sheep
- "rotate into direction"
- "destroy" block to cut down a tree
- "sheer" to take wool from sheep
- combine move rotate and destroy to cut down multiple trees
- "repeat" is introduced
- build your home
- plant crops
- walk around creeper
- place torches
- place block to get over lava
- new concept "if statements"
- lay rails to your home
- congratulation video and free play