Compare commits

...

2 Commits

Author SHA1 Message Date
Joe S 9fa60fe404 Add dev note and welcome back/starter text 2021-02-24 01:00:38 -05:00
Joe S 0d58881e94 add some todos 2021-02-24 00:57:28 -05:00
1 changed files with 13 additions and 0 deletions

View File

@ -95,3 +95,16 @@ class GameNavigator(npyscreen.FormBaseNew):
name="Quit", name="Quit",
relx=1, relx=1,
rely=1) rely=1)
"""
We've reached end of __init__ basicly by this point
its up to Handler.py to actually play the game, but we should
do some basic initalization here
"""
#TODO: load art from the last place the player was in
#TODO: load up inventory
#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!')