filmov
tv
Minecraft: tower algorithm for Microsoft MakeCode

Показать описание
This is a python script that generates a tower in Minecraft. Here is a how-to guide for setting this up:
If you don't have access to Minecraft Education Edition, you can install Minecraft from the Microsoft Store. You can also install Code Connection there too.
Here is the code to build the tower:
###################################################
L = 6
W = 6
H = 50
for i in range(H):
for i in range(H*3):
for i in range(H*3):
If you don't have access to Minecraft Education Edition, you can install Minecraft from the Microsoft Store. You can also install Code Connection there too.
Here is the code to build the tower:
###################################################
L = 6
W = 6
H = 50
for i in range(H):
for i in range(H*3):
for i in range(H*3):