I am for fun working on making a MUD game.
its mostly to learn from and have fun.
I am looking for what to think about to make this start in a good direction. Mostly the server part.
I have not made a server code before.
I would like some ideas on how to structure and do it so it should be able to handle hundreds of players at the same time.
i am not going to expect hundreds of players to test it so i will proberly test it with making bots simulate hundrerds of player just to see if server works as intended
I am not looking for the code on how to do it, just what to think about to be in the right direction at the start .
My experiance with python is pretty basic, made some single player text rpgs before, also done some simple networking mini games .