element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Blog Minecraft: Pi Edition
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
GPIO Pinout
Raspberry Pi Wishlist
Comparison Chart
Quiz
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: fustini
  • Date Created: 21 Feb 2013 5:54 AM Date Created
  • Views 5613 views
  • Likes 7 likes
  • Comments 11 comments
Related
Recommended
  • minecraft
  • rpibeginner
  • raspberry_pi
  • rpi

Minecraft: Pi Edition

fustini
fustini
21 Feb 2013
imageWant to build this project?
View Parts

 

image

I decided to check out the recently released Minecraft: Pi Edition:

The first iteration of Minecraft: Pi Edition is now available! And it’s completely free to download. We’re adding new features in due course, but thought you guys would appreciate us getting something out to you as soon as possible.

Using the latest Raspbian "wheezy" image, the installation process was a breeze following the download instructions, and I was ready to play:

image

It takes a little bit to generate a new world, but once started, the gameplay is smooth:

image

It can also switch to full screen mode:

image

I have more photos in a Picasa gallery.  It's my first time playing Minecraft on any platform, so I'm still learning how to play. Here's a video of me launching the game and playing a bit:

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

I have a couple additional videos too. 

 

The really exciting part about the Pi Edition of Minecraft is that it can be controlled via different programming languages.  The download contained examples of how to use the API with Java and Python.  The blog MCPIPY (MineCraft for raspberry PI and PYthon) shows what can be done with the bundled Python scripts... plus I dig their logo:

image

 

 

Cheers,

Drew

 

 

 

Product Name*DescriptionSupplier
Raspberry Pi Model B Raspberry Pi model BRaspberry Pi
Buy Now
Optical Mouse Basic USB optical mouseIONE / Pro Signal
Buy Now
Raspberry Pi Power Supply 120-240v to 5V power supply with micro USB connectorRaspberry Pi
Buy Now
Keyboard Basic USB keyboardGear Head / A4 Tech
Buy Now
8GB PNY Class 10 SDHC Card8GB Class 10 high performance SD memory cardPNY
Buy Now

 

*Products and resources listed are listed to help members build their own Pi Projects. They are suggestions and listed for educational purposes. For substitutions of any parts, please post a question asking the original author.

  • Sign in to reply

Top Comments

  • timrowledge
    timrowledge over 13 years ago +1
    See also http://croquetweak.blogspot.com/2013/02/smalltalk-bindings-for-minecraft-pi.html for an example of using Squeak (or Scratch) to control Minecraft on the Pi.
  • e14 Contributor
    e14 Contributor over 13 years ago +1
    i had a haerd time download ing minecraft but i got it up and running. i rpi
  • fustini
    fustini over 13 years ago in reply to e14 Contributor +1
    I think it just uses OpenGL ES but I'm not 100% sure. I did see a blog post about it running on the BBB but there were some rendering issues. I suppose on BBB it might be possible to run Minecraft on either…
  • e14 Contributor
    e14 Contributor over 13 years ago in reply to fustini

    Drew,

       I looked into this a little further, and I think the story is that the 3.2 kernel doesn't provide full support

    for HDMI, and the 3.8 kernel doesn't yet provide full support for OpenGL ES.

    The BBB FAQ under "Known Issues" "Software" says:

               2) SGX support is not currently provided in the 3.8 kernel.

    http://circuitco.com/support/index.php?title=BeagleBoneBlack#Software

    (where SGX refers to the PowerVR 530 GPU)

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Problemchild
    Problemchild over 13 years ago in reply to fustini

    I got this all working for my Nephew but I think it needs more of a concerted push from me to get him to tinker with it as any more than a game.

    Thaks for the links to the API  BTW

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • fustini
    fustini over 13 years ago in reply to e14 Contributor

    I think it just uses OpenGL ES but I'm not 100% sure.  I did see a blog post about it running on the BBB but there were some rendering issues.  I suppose on BBB it might be possible to run Minecraft on either Android or Linux.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago

    Does Minecraft Pi rely on any unique features of the Pi's GPU,

    or would it work just as well on BBB?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago

    i had a haerd time downloading minecraft but i got it up and running.

     

    iimage rpi

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube