Monday, 11 February 2013

Raspberry Pi - Minecraft - Install

Im so excited...  The first release of Minecraft has been made available.


Download

cd ~
wget https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz

Extract

tar -zxvf minecraft-pi-0.1.1.tar.gz

Execute

cd mcpi
./minecraft-pi

Note - minecraft has to be run directly on the Pi, it wont work from ssh or via a desktop viewer e.g. TightVNC.

API
By far the best thing about the Minecraft: Pi edition (other than it being free) is the api which allows you to interact with the world in real time.  Ive created a few posts / tutorials / interesting things about the Minecraft API:

7 comments:

  1. I've really enjoyed all your posts about the Minecraft Pi Edition. I used your code to help me learn the API =D I've now written my own Minesweeper game that runs within Minecraft Pi Edition. You can read about it here: http://daviewales.tk/minecraft/minecraftpiedition.html

    ReplyDelete
  2. Will I delete folder minecraft-pi or just overwrite?

    ReplyDelete
    Replies
    1. minecraft-pi is the name of the minecraft program its not a directory, do you mcpi? Are you getting an error message?

      Delete
  3. Have you tried getting the Minecraft-Pi edition to run on a mac?

    ReplyDelete
  4. Hi,

    I am having trouble with getting the minecraft window to go full screen, I don't have the standard max, min, close chrome around the window.

    Any suggestions on how I could go full screen via the config file or some other way would be great!

    Thanks in advance

    ReplyDelete
    Replies
    1. Weird sorry I don't have any advice I'm not sure why you don't have the minimise maximise buttons. Has the widow got focus? I.e have you clicked in it?

      Delete