How to install game development modules on android's qpython or py droid | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to install game development modules on android's qpython or py droid

Could someone please tell me how I could lnstall pygame or any other nice game modules on my android so I could move further in my programming learning. I'd really appreciate the help.

17th Jul 2018, 1:49 PM
Kingsley Wizard🇳🇬
Kingsley Wizard🇳🇬 - avatar
2 Answers
+ 1
In Pydroid 3, i think you can install pygame by going to the Pip tab and then searching for pygame in the install section. I have never tried it though.
17th Jul 2018, 2:00 PM
Satyam
+ 1
For QPython you have to install a "QPython" compatible version of pygame by installing Kivy with "QPyPy" (kivy dependency). Note that last time that i have checked, pygame dont work well without kivy
17th Jul 2018, 3:41 PM
KrOW
KrOW - avatar