poo.tar.gz

Uploaded: 26 Aug, 2006
Previous uploads by this submitter: 0

Author: Joe Strout

Downloads: 90

POO (Pythonic MOO)

POO is a Python program which operates similar to a MOO. A MOO is an object-oriented, live-coding MUD. POO implements a multi-user network virtual environment. Users connect to the server via TCP/IP, and can interact with other users in a fashion similar to any network MUD-type game. But the neat thing about a MOO is that all the coding which makes gadgets and gizmos and ordinary objects work is right there, available to the remote users. It can be viewed, changed, and extended in real time, without restarting the system. POO is the same way, but it is written entirely in Python, and all the code which makes the objects work is Python as well.