Python Game and Chat Server

What is Python Game and Chat Server?

A standard python game and chat server with a Graphical User Interface (in GTK+).
Network connections are handled using the great event base Twisted framework. The graphical interface was written -as stated before- with the pretty common GTK+ module.

Features in version 1.1:
  • Added a better implementation of the GROUPLIST command
  • Added private messages
Features in version 1.0.0:
  • Select a port to listen to
  • Extensive logging
  • User authentication
  • Join channels and send messages (broadcast)
  • Send Game map

Screen shots

Screen shot #1

Download

Python Game Chat Server 1.0.0 [ZIP]
Python Game Chat server 1.1.0 [ZIP]

Additional information

Language(s): Python
Author: Bart Spaans
Dependencies: PyGTK+ Twisted

Related Links

Example log
Discussing low level multi-threaded servers and python
The blog entry accompanying release 1.0.0
The Python Game and Chat Client
The developer server documentation (generated by DoxyGen)


This is an overview of all my open source software currently available. All this software is released under the GPL license agreement.

Jump to package

Quick LInks

Search


Home > Coding > Python Game and Chat Server