+ 4

how can i create an online mobile game with python???

where i should use the coding to create the game???

5th Feb 2017, 2:10 AM
Lokes Waran
Lokes Waran - avatar
3 Respostas
+ 2
Python game can be made with module 'PyGame' through which you can make games very easily and there are plenty of tutorials available on Internet. For online gaming you can establish UDP through Python. Search Google for it and you may find some info helpful.
5th Feb 2017, 5:12 PM
Ahmad Taha
+ 1
You need a GUI module, so pygame, pyglet or kivy should be your choice.
5th Feb 2017, 11:52 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
you can use the engine pygame
5th Feb 2017, 3:54 AM
Scott Hicks
Scott Hicks - avatar