Sunday, February 12, 2017

Minecraft Adventurer - CODE




Minecraft Adventurer

Minecraft Adventurer is a bit different than Minecraft Designer. While Minecraft Designer is having your player move around and use creatures, Minecraft Adventurer is having your player build and destroy blocks or buildings. In it, you can build houses, railroads, and collect resources from your world. You can also program your player to avoid lava or monsters. It is as if Minecraft Adventurer teaches how the survival mode of Minecraft is and Minecraft Designer teaches how the creative mode of Minecraft is.

Overall, this was extremely intriguing because it had many different settings and scenarios. It showed you could mine iron, redstone, diamond, build homes of wood or even wool, and build a railroad for a train track or rollercoaster!



Key facts to know:
  1. The playspace is where you can run your game and instructions are below it
  2. The tool box contains commands directing Alex’s or Steve’s actions
  3. The workspace is where you build your program
  4.  
    Drag a block under the previous one to add actions until it outlines in yellow/orange; actions are performed from top to bottom
  5. To delete a block, drag it from the workspace back to the tool box
  6. Use this repeat block to repeat an action or actions 2 to 10 times in a row
  7. This is an “if” statement; in this case, it is used for if lava is ahead. This means you can program Steve or Alex to place a block if there is lava in front of them then walk, for example.
  8. You can place blocks like torches and cobblestone
  9. You can mine minerals by using a “destroy block” block

No comments:

Post a Comment