So, you have downloaded Minecraft Pi Edition and you run it from the terminal. You get an error about it not being able to load libsdl-1.2.so.
I used to get this error. It can be fixed.
sudo apt-get update
sudo apt-get install python-pygame
If python-pygame is already installed, remove it with:
sudo apt-get remove python-pygame
sudo apt-get clean
sudo apt-get update
sudo apt-get install python-pygame.
Now Minecraft Pi Edition shouldn’t give you that error!
Enjoy!
Epic Chas Gamer 😀