In this class, we will play a Minecraft Minigame written to explore the shapes you have building in Minecraft. The rules of the games are:
When you complete a level, the path you took with hitting vertices is replaced by explodable TNT blocks. You can then explode the shape by hitting the TNT block!
The levels names in increasing order of difficulty are:
Good luck and have fun!
In [ ]:
import sys
sys.path.append('/home/pi/minecraft-programming')
import mini_game as pepgame
In [ ]:
game = pepgame.ShapeGame("TETRAHEDRON")
game.startGame()