+ 4
how can i create an online mobile game with python???
where i should use the coding to create the game???
3 Answers
+ 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.
+ 1
You need a GUI module, so pygame, pyglet or kivy should be your choice.
0
you can use the engine pygame