Created for use in a code club for 8-14 year olds at The National Museum of Computing in Bletchley Park.
- Clone this repository into a new folder on your pi.
git clone https://github.com/jonculver/minecraftpi.git minecraftpi
cd minecraftpi
-
Launch minecraft pi
-
Try running
hello_world.py
and checking that you see 'hello world' in the minecraft console
python examples/hello_world.py
- For some of the projects you need to have the minecraftstuff package which can be installed as follows
sudo pip install minecraftstuff
Use loops and lists to make giant flags using These instructions
A demonstration of using python image manipulation library to turn a picture into a minecraft object. Check it out here.
Launch rockets and watch them explode with these instructions