Programming turtle robots in Minecraft to build a house with ComputerCraftEdu.

Demo video of a robot turtle which was coded in Lua to build a house in MinecraftEdu. A ’for’ loop and embedded ’if’ statement are used to get the turtle to check its inventory while ’repeat’ loops are used to get the turtle moving to place and remove blocks. Used in class and our Coder Dojo to teach kids in years 2 - 4 some of the fundamentals of computer programming.
Back to Top