bdfinlayson / textula

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

add "start game" to menu options #9

Closed bdfinlayson closed 9 years ago

bdfinlayson commented 9 years ago

ADD: code to route the user to play_game_controller a play_game_controller a player class that is instantiated when play game is selected a controller, model, and database for the player class code in the play_game controller to walk the player through the game redirect their input to appropriate models code to dynamically update the location of the player as they move from room to room option to quit the game and return to the main menu at any time

bdfinlayson commented 9 years ago

done