adventure-game #3

Open
Kenwood wants to merge 80 commits from adventure-game into master
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 9fa60fe404 - Show all commits

View File

@ -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!')