GameServer is a sophisticated, game server designed for online games
GameServer is a sophisticated, game server designed for massively multiplayer online games. Built with a C++ core and extensible Python scripting, it provides solution for managing persistent game worlds with real-time player interactions, advanced networking, and comprehensive monitoring capabilities.
...Utility modules are provided for adding in killmails, backfilling killmails and dumping them via the commandline. These also serve as reusable code for web apps or at least as usage examples.
A sample web app using pykb is included.
TinyPunk is a MUD codebase written in Python. TinyPunk aims to be quick, easy, and fun, for players and coders alike. Currently it relies on Python 2.6 and the Twisted Framework. It is inspired by tbaMUD, and CircleMUD before it.