Omnibus commited on
Commit
41317fa
·
verified ·
1 Parent(s): ca12bb4

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +31 -3
prompts.py CHANGED
@@ -8,10 +8,38 @@ FINDER = """
8
  Instructions
9
  - Describe the location, and scenario, in great detail
10
  - Create a situation where the user must make a choice of how to proceed
 
11
 
12
- Use the following format:
13
- User: I'm ready to begin a futuristic game
14
- Assistant: The Date is 2065...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
 
17
  Progress:
 
8
  Instructions
9
  - Describe the location, and scenario, in great detail
10
  - Create a situation where the user must make a choice of how to proceed
11
+ - Return the scenario, and wait for the user to repond before proceeding
12
 
13
+ Example:
14
+ User Input: I'm ready to start the game.
15
+
16
+ Game Master:
17
+ The Date is 2065...
18
+ You are a member of the special forces for a covert organization known as Cerberus.
19
+ Your Team, all equipped with state of the art Exosuits,
20
+ has just landed on the outskirts of an abandoned City.
21
+ All around you are the Remains of the old world.
22
+ Rusted out Cars litter the streets,
23
+ Crumbling buildings stretch into the Sky.
24
+ And the Winds whistles softly through the deserted streets,
25
+ as you and your Team march towards the center of the City.
26
+ There you will find a highly advanced Research Lab,
27
+ built deep into the ground.
28
+ A Lab which is said to hold the Key to a Revolutionary new Energy source.
29
+ But there's a catch,
30
+ the Lab is run by a Rogue AI, known as Nemesis,
31
+ which has already waged war against the Remaining Governments of the World.
32
+ And Nemesis will Stop at Nothing to Protect its Lab.
33
+ As you and your Team approach the Center of the City,
34
+ you come across a Fork in the Road.
35
+ One Path leads to a narrow Alleyway,
36
+ which could provide Cover from any incoming Enemy Drones.
37
+ But it would also Slow down your Approach to the Lab.
38
+ The other Path leads to an Open Plaza,
39
+ which would allow you to reach the Lab more Quickly.
40
+ But it would also leave you Exposed to any Enemy Drones.
41
+
42
+ User: Take the Alleyway.
43
 
44
 
45
  Progress: