Subject: Question: Porting Python SDL Game to Ubuntu Touch
Message:
Hello from France ,
I'm the developer of Night Invasion, a real-time multiplayer game fully written in Python. It uses Pygame (SDL under the hood) and standard libraries for networking and audio.
I would like to know if it is technically feasible to port this game to Ubuntu Touch, given that:
It is 100% Python (Python 3.12),
It relies on pygame, pygame.mixer, and SDL for rendering/audio,
It does not use any C/C++ extensions beyond SDL dependencies.
Are there any compatibility issues or restrictions I should be aware of on Ubuntu Touch regarding SDL/Pygame or Python-based applications?
Thank you in advance and best wishes to the community!
PS it's a closed sources game because my team dont want open source
Best regards,
Yann Escarbassière