From e499b3ee3641c4b48e65f7b54b9d34a173882afd Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Fri, 1 Nov 2019 16:43:34 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f584687..17f9cc6 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ If you have the massive GPU to run it then you can install it by following the b ## To Play `python console_play.py` +The game expects action commands in the form of "[verb] .....". If you want it to continue generation without any action you can just press enter and it will keep generating. + If you want to change the game in interesting ways you can change the context and initial prompt in console_play.py. There's also more finetuned control code in generator/ctrl/ctrl_generator.py you can play around with. ## Samples @@ -160,6 +162,7 @@ If you want to change the game in interesting ways you can change the context an > >\> eat some breakfast > *You eat some breakfast. Then, it gets dark. By dark, you're feeling extra hungry again. So, you go look for something else to snack on.* +> >\> go find somewhere to stay the night > > *You go find somewhere to stay the night. It's dark out, but soon it'll begin to grow light. The light at least will help see your way around in the darkness.*