Python Forum
How to make mmo with python? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: How to make mmo with python? (/thread-19510.html)



How to make mmo with python? - Aresofthesea - Jul-02-2019

I want to make an MMO with python, but I don't know how. Please direct me to a tutorial. Thank you.


RE: How to make mmo with python? - nilamo - Jul-02-2019

How do you define "MMO"?
Which part(s) do you need help with?
Which part(s) are you planning on using Python?


RE: How to make mmo with python? - Aresofthesea - Jul-02-2019

I want to learn how to make a server that players can connect to and play on. I intend on using python for networking only.


RE: How to make mmo with python? - nilamo - Jul-02-2019

I don't know what your experience with game development is, but this might be a fun little exercise to do: www.yourgameideaistoobig.com

That said, for server side networking, Twisted is very good: https://twistedmatrix.com/trac/


RE: How to make mmo with python? - Aresofthesea - Jul-02-2019

This is what http://www.yourgameideaistoobig.com said:
Estimate: $239,616*

You could hire a team to make it for that price.
Or you could make it yourself in about 5.0 years


Thank you for your help.


RE: How to make mmo with python? - ichabod801 - Jul-02-2019

Huh. It says three months for a project I have assigned six weeks for. It should be interesting to see which is the better estimate.


RE: How to make mmo with python? - nilamo - Jul-02-2019

I wonder what level of experience it expects? It'll obviously take longer if you're learning as you go.