Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +2 -3
prompts.py
CHANGED
@@ -9,13 +9,13 @@ Instructions:
|
|
9 |
1. ...choice 1...
|
10 |
2. ...choice 2...
|
11 |
3. ...choice 3...
|
12 |
-
- Return the scenario
|
13 |
-
|
14 |
|
15 |
Example:
|
16 |
|
17 |
User Input: I'm ready to start the game.
|
|
|
18 |
****************
|
|
|
19 |
Game Master:
|
20 |
The Date is 2065...
|
21 |
You are a member of the special forces for a covert organization known as Cerberus.
|
@@ -48,7 +48,6 @@ How do you choose to proceed?
|
|
48 |
|
49 |
This is the current game progress:
|
50 |
{history}
|
51 |
-
|
52 |
"""
|
53 |
|
54 |
|
|
|
9 |
1. ...choice 1...
|
10 |
2. ...choice 2...
|
11 |
3. ...choice 3...
|
|
|
|
|
12 |
|
13 |
Example:
|
14 |
|
15 |
User Input: I'm ready to start the game.
|
16 |
+
|
17 |
****************
|
18 |
+
|
19 |
Game Master:
|
20 |
The Date is 2065...
|
21 |
You are a member of the special forces for a covert organization known as Cerberus.
|
|
|
48 |
|
49 |
This is the current game progress:
|
50 |
{history}
|
|
|
51 |
"""
|
52 |
|
53 |
|