You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
870 B
JSON

{"Studio": {"name": "Studio", "description": "You're in a cosy studio. It smells a bit like soup.", "exits": {"south": "Corridor"}}, "Office": {"name": "Office", "description": "You're in an office with glass windows to the corridor.", "exits": {"east": "Corridor", "south": "artificial research station"}}, "Corridor": {"name": "Corridor", "description": "You're in a short corridor with doors on three sides.", "exits": {"north": "Studio", "south": "Aquarium", "west": "Office", "east": "tunnel"}}, "Aquarium": {"name": "Aquarium", "description": "You're in an underwater cavern, somehow you can breathe!", "exits": {"north": "Corridor"}}, "artificial research station": {"description": "You're in the artificial research station. What happens here?", "exits": {"north": "Office"}}, "tunnel": {"description": "this is a secret tunnel", "exits": {"east": "Corridor"}}}