Oh Snap! Coders

Minecraft Escape Room

The objective of this tutorial is to build an escape room in Minecraft. The player would be challenged to answer questions to leave the room. In the unlucky event of a wrong answer, the floor will disappear causing the player to fall into a lava pit. Step 1 Start with creating a new python file named escaperoom.py. At the beginning of the program, we will define a few constants that will be used later.

Minecraft alarm clock

In this tutorial, you will learn how to read system time and play sounds. We will use “playsound” and “datetime” libraries as part of the program that will display the current time in Minecraft using a slightly unusual way, by building stacks of blocks. The height of each stack will represent the current value for hours, minutes and seconds. A the beginning, the user will be asked to provide the time when the alarm should be fired and a respective sound played.