Skip to main content

Posts

Showing posts with the label adventures in minecraft

Raspberry Pi geste contrôlé Minecraft X -Wing (revisited )

Translated using Google Translate from  http://robotsandphysicalcomputing.blogspot.co.uk/2016/01/gesture-controlled-minecraft-x-wing.html  I apologise if there are any translation issues. Ce poste se fonde sur deux postes précédents et tente de répondre à certains des commentaires très utiles de personnes qui ont essayé cela. J'espère que cela aide. Globalement, le projet se fonde sur un projet antérieur pour obtenir d'un simple X -Wing dans Minecraft sur ​​un Raspberry Pi . Le but était obtenir Python pour construire et déplacer le X -Wing . Les détails de ce projet peuvent être trouvés ici . Révision Principale: Dans ce projet, et le précédent est basé autour de Python 3 exécutant le Raspbian ' Jessie ' Novembre version de l'OS . Aussi les bibliothèques supplémentaires peuvent devoir être ajouter pour obtenir le minecraftstuff (comme ShapeBlock ( ) et MinecraftShape ( ) ) . Détails sur la façon d' obtenir et d'installer ceux-ci peuven...

Raspberry Pi gesture controlled Minecraft X-Wing (revisited)

figure 1 This post builds on two earlier posts and tries to address some of the very useful comments from people who have tried this. I hope this helps. Overall the project builds on an earlier project to get a simple X-Wing into Minecraft on a Raspberry Pi.  The goal was get Python to build and move the X-Wing. Details of this project can be found  here . Main revision: In this project and the earlier one is based around Python 3 running the Raspbian 'Jessie' November version OS. Also additional libraries may need to be add to get the minecraftstuff (such as ShapeBlock() and MinecraftShape() ). Details on how to obtain and install these can be found at    http://www.stuffaboutcode.com/2013/11/codin g-shapes-in-minecraft.html  . In this post the additional of Pirmoroni's  Skywriter is included to allow movements of a hand or a finger to enable the X-Wing to take-off, land, move forward or backward. It builds on ideas from the book  Adv...