How to install Minecraft to the Raspberry Pi
Minecraft! Yes, Minecraft! In this tutorial The Raspberry Pi Guy will be showing you how to install Minecraft to a Raspberry Pi Computer. Below the video tutorial, we will post instructions on how to install it via the terminal. Command Line Instructions: Open up the terminal and type in this code
sudo wget https://dl.dropbox.com/s/hqk8wsdzlyyujli/minecraft-pi-0.1.tar.gz
Once downloaded run the below command to extract the files sudo tar xvzf minecraft-pi-0.1.tar.gz
Change directory to the uncompressed folder with cd mcpi
Finally, you can now launch Minecraft on your Raspberry Pi with the following command! Enjoy! ./minecraft-pi