From 0d58881e94b443ddebf4d37fa87dff4cfec884e6 Mon Sep 17 00:00:00 2001 From: Joe S <31870999+KenwoodFox@users.noreply.github.com> Date: Wed, 24 Feb 2021 00:57:28 -0500 Subject: [PATCH] add some todos --- Adventure Game/adventure_game/GameNavigator.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Adventure Game/adventure_game/GameNavigator.py b/Adventure Game/adventure_game/GameNavigator.py index c32f50b..c81e75e 100644 --- a/Adventure Game/adventure_game/GameNavigator.py +++ b/Adventure Game/adventure_game/GameNavigator.py @@ -95,3 +95,12 @@ class GameNavigator(npyscreen.FormBaseNew): name="Quit", relx=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: loadup enter_text