|
|
|
|
|
by ion201
4172 days ago
|
|
> Putting a python game on a phone is definitely more of a problem Not necessarily. kivy[1] is an alternative to pygame (for desktop builds, it uses pygame/sdl under the hood iirc) but it supports exporting to android as well as desktop platforms. I haven't done a ton with it so take this with a grain of salt, but it looks like it could be a viable option in this case. [1] https://github.com/kivy/kivy |
|