| Build your Own Universe II |
| Posted on Friday May 19, @06:14PM Pacific |
Yesterday I pointed you to PUB, today I am pointing you to POO. POO is a Python program which operates similar to a MOO. - POO - Pythonic MOO
- MOO - object-oriented, live-coding MUD
- MUD - multi-user dimension
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. 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. Powerful stuff, post your thoughts.
Note: Fields with bold titles are required.
|