diff --git a/Adventure Game/adventure_game/GameNavigator.py b/Adventure Game/adventure_game/GameNavigator.py index c81e75e..b986b47 100644 --- a/Adventure Game/adventure_game/GameNavigator.py +++ b/Adventure Game/adventure_game/GameNavigator.py @@ -103,4 +103,8 @@ class GameNavigator(npyscreen.FormBaseNew): """ #TODO: load art from the last place the player was in #TODO: load up inventory - #TODO: loadup enter_text + + #TODO: Expand this by loding the text from the game + #WARN: THIS MAY REQUIRE REWRITING HANDLER.PY TO INTALIZE THE ROOM OBJECT OUTSIDE OF HANDLER.PY + self.update_log('Welcome back! Try "LOOK AROUND" to get started.') + self.update_log('>>Note from joe: Welcome! you\'re playing the demo! Please dont mind text issues like |this| and *this*\ni have yet to implement color!')