Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I execute a game made with pygame on an android device?

Tags:

android

pygame

I wrote a simple game for my son using pygame. He would like to play it on an android tablet. Does anyone one know how to achieve this? Maybe a good tutorial or tool to make an android app out of a pygame game? Or even through an emulator or packaging?

I have seen some answers to similar questions but they are years old citing e.g. pgs4a , I wonder if there has been any development.

like image 427
mhered Avatar asked Oct 30 '25 17:10

mhered


2 Answers

There is an app called 'pydroid' on playstore that might help you It is an python interpreter for android that supports pygame as well

https://play.google.com/store/apps/details?id=ru.iiec.pydroid3

like image 161
Anmol Sharma Avatar answered Nov 02 '25 06:11

Anmol Sharma


It is possible to run a program made with PyGame on android, but it may be difficult to do. Try using kivy instead. Kivy works relatively similar to PyGame, which is why I recommend it.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!