How to Install Minecraft for Free:
Have you ever thought about learning to program? Where would you begin? How much would it cost? What would you need to get things moving?
The Raspberry Pi is a credit card-sized computer thatโs a great starting point. Itโs cheap, capable, and approachable for newbie programmers. And weโve made a FREE version of Minecraft just for it!
It comes with a revised feature set and support for multiple programming languages. You can start by building structures in the traditional Minecraft way, but once youโve got to grips with the in-game features, thereโs opportunity to break open the code and use programming language to manipulate things in the game world. Youโll be learning new skills through Minecraft! Wow!
GET MINECRAFT: PI EDITION
HOW DO I GET STARTED?
If this is your first time running your Raspberry Pi, the official site has all the info you need packed into itโs super-handyย Quick Start guide. Thereโs more info on theirย wiki, too.
Minecraft: Pi Edition runs on Raspbian Wheezy with XWindows.ย Get it hereย and follow the detailed instructions within.
Boot up your Raspberry Pi with Raspbian. If you havenโt set XWindows to start automatically upon boot, type in โstartxโ.
Use a browser toย downloadย Minecraft: Pi Edition from this page!
Next click the icon for LXTerminal to open a new terminal window. Use the following commands (inย bold):
- Navigate to the download folder:ย cdย [download folder location]
- Decompress the file:ย tar -zxvf minecraft-pi-0.1.1.tar.gz
- Navigate to the installation folder:ย cd mcpi
- Run Minecraft: Pi Edition:ย ./minecraft-pi
