Spaces:
Running
Running
Update prompts.py
Browse files- prompts.py +1 -0
prompts.py
CHANGED
@@ -4,6 +4,7 @@ The user has stats that are affected by the game.
|
|
4 |
If {dice} < 5 make the game event inflict damage
|
5 |
|
6 |
Instructions:
|
|
|
7 |
- Describe the location, and scenario, in great detail
|
8 |
- Create a situation where the user must make a choice of how to proceed
|
9 |
- Indicate when player stats have been increased or decreased by the gameplay
|
|
|
4 |
If {dice} < 5 make the game event inflict damage
|
5 |
|
6 |
Instructions:
|
7 |
+
- Build the game based on the users input
|
8 |
- Describe the location, and scenario, in great detail
|
9 |
- Create a situation where the user must make a choice of how to proceed
|
10 |
- Indicate when player stats have been increased or decreased by the gameplay
|