Joseph Parker
Joseph Parker
Errors encountered during signal functions will crash/close the runtime. I've heard they are meant to pause the runtime, so perhaps this is a mono thing. In the meantime the ArcadiaHook...
A utility that can create a text area of a defined size, and composite text layers: The color would probably be set as an argument when compositing a layer. ```...
Got some feedback from a user that had trouble exiting the telnet session in character creation, telnet clients can have their own quit commands, it makes sense to hard code...
Try to find a few special characters for each terminal platform.
dafb8b48ec36d34786d74789fb8371582415ca29 refactor only implements looking and going between rooms, need to add the basic gameplay of the old version
aborting a login/creation leaves player instance in game memory, should be removed after timeout (related to https://github.com/selfsame/mud.tilde.town/issues/8)
the player data should occasionally save, and there could be an explicit 'save' command
`(and* number? (or* pos? zero?))` can be rewritten to inline the application `(and (number? a) (or (pos? a) (zero? a)))` and would help with tight optimizaiton