adventure-game #3
|
@ -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!')
|
||||
|
|
Loading…
Reference in New Issue