Package mudpy :: Module misc :: Class Universe
[frames] | no frames]

Class Universe

source code

The universe.

Instance Methods
 
__init__(self, filename=u'', load=False)
Initialize the universe.
source code
 
load(self)
Load universe data from persistent storage.
source code
 
new(self)
Create a new, empty Universe (the Big Bang).
source code
 
save(self)
Save the universe to persistent storage.
source code
 
initialize_server_socket(self)
Create and open the listening socket.
source code
 
get_time(self)
Convenience method to get the elapsed time counter.
source code