Pygame? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pygame?

Is there a way to write pygame in this app?

13th Dec 2021, 11:37 PM
ProKoDor
2 Answers
+ 2
You can write any python code here, but you can't test and run it. For writing, testing, running, pygame on a mobile android device I would suggest that you try Pydroid 3. You'll then probably need to install the pygame module. You should then be able to test and run your pygame code on your Android device, but the actual visual output may not always be what you'd expect unless the code is written with that particular screen size in mind.
14th Dec 2021, 12:10 AM
ChaoticDawg
ChaoticDawg - avatar
+ 2
Okay cool, thank you.
14th Dec 2021, 12:36 AM
ProKoDor