This commit is contained in:
Nick Walton
2019-09-27 12:53:20 -06:00
parent 4981cd085c
commit f76d36a345
3 changed files with 4 additions and 2 deletions
+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("hospital")
prompt = get_story_start("vague_police")
story_manager = UnconstrainedStoryManager(generator)
story_manager.start_new_story(prompt)