This commit is contained in:
Nick
2019-09-26 19:43:35 -06:00
parent 9fd6eec784
commit eb38b4a016
+1 -1
View File
@@ -23,7 +23,7 @@ def console_print(str, pycharm=False):
def play_unconstrained():
generator = CTRLGenerator()
#generator = WebGenerator(CRED_FILE)
prompt = get_story_start("alien")
prompt = get_story_start("hospital")
story_manager = UnconstrainedStoryManager(generator)
story_manager.start_new_story(prompt)