I want create online game with Python. Is there any framework or library to make it easier? I would like it if the framework provided things like character attributes, such as health.
Asked
Active
Viewed 2,162 times
2 Answers
3
There is not one. If you are interested in making online games in Python, I encourage you to look at Panda3D, which does have a networking interface. However, it is not nearly as high-level as you want - there is nothing like health or HP built into it.
-
i saw panda3D but i want something for online structure – Mohammad Efazati Mar 08 '11 at 08:05
-
1http://www.panda3d.org/manual/index.php/DC_File – Mar 08 '11 at 09:02
2
Have a look at BigWorld (www.bigworldtech.com). It's not free, though, not even particularly cheap.

Nevermind
- 7,588
- 30
- 36
-
Nor does the client use any Python, nor have I ever heard anyone who worked on a BigWorld project talk about how much they liked it. – Mar 07 '11 at 16:37
-
Well, except that quote on their front page from a guy whose game took four years and was then canceled before private beta. – Mar 07 '11 at 16:39
-
Well, I did hear at least one developer saying he approved of BigWorld after having used it. Besides, it's the only framework I can think of that has "online" and "python" in a same sentence. – Nevermind Mar 07 '11 at 19:01