This challenge has spread across the internet like fire (I didn’t create this challenge) so I have decided to do one. Basically, I have to tell you 7 things about my character. And up to 15 bloggers I enjoy. I have over 40 followers, but as there are limits (a few don’t have blogs) andContinue reading “One lovely blog award – who are my favourite bloggers?”
Tag Archives: Minecraft API
MCPE Multiplayer with Minecraft Pi Edition
The Pi Edition is based on an old version of MCPE, isn’t it. Can you play multiplayer between the two? If you download a 0.6.1 APK you can play multiplayer by opening a world on the Pi Edition and pressing Join Game on the Pocket Edition. Amazing!
Programming on the Raspberry Pi – Program in python
How to create a window in Python 2.7: Open Python 2.7 (Idle) from the programming menu and type in the following: import pygame pygame.init() screen = pygame.display.set_mode([640, 480]) pygame.display.set_caption(“Hello Python World!”) NOTE: You can change the title to whatever you want the window to be called. Save and press F5 on the keyboard. Our Window:Continue reading “Programming on the Raspberry Pi – Program in python”
TNT Trail!
Today on Minecraft Pi Edition I programmed a TNT trail. You walk around after the code has been ran, and TNT appears! Ignite some! Please note that not all the TNT is ignitable but the unignitable TNT still blows up when ignitable TNT blows up. Copy and paste the code into Geany (or your preferredContinue reading “TNT Trail!”
Raspbian Jessie, NOOBS and Raspberry Pi 3!
Today I got my RPi 3 and was SOOOOOOOOOOOOOOOOOOOOOOOO excited to see what was new. I inserted a microSD card with NOOBS on it. Then Raspbian Jessie acually worked and booted. It was slow at first but booted. I was logged in automaticly as pi and when Jessie’s interface loaded I was sooooo excited! LibreOffice!Continue reading “Raspbian Jessie, NOOBS and Raspberry Pi 3!”