0
Can i run a simple game on android?
is it possable to run a simple game on android? is there a app that lets you?
7 Answers
+ 4
If you want your Python game to run in android do it in Kivy (https://kivy.org/).
There is also an app called Kivy Launcher that let you run it without converting it to .apk
here is the link:
https://play.google.com/store/apps/details?id=org.kivy.pygame&hl=pt&referrer=utm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_term%3Dkivy+launcher&pcampaignid=APPU_1_FpgrWbGnKaSv6ATDlJHoDw
+ 3
In what language (programming language) is your game?
+ 2
thank you
+ 2
Learn python kivy framework, write a simple game and compile it to .apk and install in your phone
+ 2
If your question was answered, please mark the correct answer.
+ 2
i did
+ 1