Forum Archive

pygame into pythonista

oleg

I use pygame module for my project. I use Raspberry Pi. Now i have holyday and want to continue write my code. I installed Pythonista to my Ipad mini.
How can i import external lybrary (pygame) into Pythonista?

disorientedp

I'm afraid you cannot use Pygame in Pythonista. Pygame is designed for computers with a desktop environment and a mouse, not iOS. There is an iOS-specific game module called scene that is included in Pythonista which can do basically the same things as Pygame, but you'll have to rewrite your code.

Webmaster4o

You can't. You'll have to rewrite your code using scene.