MineCraft Pyramid

This week we built a pyramid in Minecraft using python. We use the Minecraft Pi edition.

We start off by importing the libraries we need.

We then connect to our Minecraft game, get out position and then pick what type of block we want to use to build our pyramid

We ten set up how high we want to set our pyramid

Lastly we set up a for loop to set up each level in our pyramid

Check put the full code below on my GitHub page

Previous
Previous

Forrest Builder

Next
Next

Side Scroller Part 1