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 be able to add a second room when prompted to enter an exit #4

Closed bdfinlayson closed 9 years ago

bdfinlayson commented 9 years ago

EG What rooms does the bedroom lead to? You can choose from: living room, bathroom, kitchen.

if the room that the user wants the current room to exit into is not available, they should be given the option to add that room then continue with the program

at the conclusion of the program, a check would run for missing room info, and the user would then be prompted to complete the description of the new room

bdfinlayson commented 9 years ago

done!