bdfinlayson / textula

Text-based adventure game engine played in the terminal and written in Ruby.
MIT License
3 stars 0 forks source link

users should not be able to add duplicate exit directions to a single room (one direction per exit) #5

Open bdfinlayson opened 9 years ago

bdfinlayson commented 9 years ago

EG: The exit from the bedroom to the living room is in which direction? (e.g., 'north', 'south', 'east', 'west')

If they try to add a direction that already exists for the room, a warning should be raised and they should be prompted to enter a new direction.