0
Pygame?
Is there a way to write pygame in this app?
2 ответов
+ 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.
+ 2
Okay cool, thank you.