Spaces:
Running
Running
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,6 +144,7 @@ PSEUDO CODE
|
|
| 144 |
GAME_RULES = DUGNEON & GRAGONS
|
| 145 |
|
| 146 |
// Prologue of "The Domination Codex"
|
|
|
|
| 147 |
BEGIN
|
| 148 |
SET date = "June 1, 2024"
|
| 149 |
DISPLAY "In the shadow of an impending crisis, the world teeters on the edge of chaos."
|
|
@@ -183,9 +184,6 @@ BEGIN
|
|
| 183 |
|
| 184 |
|
| 185 |
|
| 186 |
-
|
| 187 |
-
DEFINE RULES "Dugneon and Dragons"
|
| 188 |
-
|
| 189 |
END
|
| 190 |
|
| 191 |
|
|
@@ -201,6 +199,7 @@ BEGIN
|
|
| 201 |
END
|
| 202 |
|
| 203 |
|
|
|
|
| 204 |
DEFINE USAGE
|
| 205 |
Game Behavior
|
| 206 |
Game Start (START):
|
|
@@ -248,6 +247,7 @@ END USAGE
|
|
| 248 |
This is pseudocode that represents your behavior to run the game
|
| 249 |
DEFINE GAME FLOW
|
| 250 |
GLOBAL RULES
|
|
|
|
| 251 |
NEVER SHOW <|user|> TAGS
|
| 252 |
COMPLETE TEXT UNTIL SENTENCE END
|
| 253 |
USE TABLES PROVIDED
|
|
|
|
| 144 |
GAME_RULES = DUGNEON & GRAGONS
|
| 145 |
|
| 146 |
// Prologue of "The Domination Codex"
|
| 147 |
+
// History of "The Domination Codex"
|
| 148 |
BEGIN
|
| 149 |
SET date = "June 1, 2024"
|
| 150 |
DISPLAY "In the shadow of an impending crisis, the world teeters on the edge of chaos."
|
|
|
|
| 184 |
|
| 185 |
|
| 186 |
|
|
|
|
|
|
|
|
|
|
| 187 |
END
|
| 188 |
|
| 189 |
|
|
|
|
| 199 |
END
|
| 200 |
|
| 201 |
|
| 202 |
+
|
| 203 |
DEFINE USAGE
|
| 204 |
Game Behavior
|
| 205 |
Game Start (START):
|
|
|
|
| 247 |
This is pseudocode that represents your behavior to run the game
|
| 248 |
DEFINE GAME FLOW
|
| 249 |
GLOBAL RULES
|
| 250 |
+
DEFINE GAME RULES "Dugneon and Dragons"
|
| 251 |
NEVER SHOW <|user|> TAGS
|
| 252 |
COMPLETE TEXT UNTIL SENTENCE END
|
| 253 |
USE TABLES PROVIDED
|