Spaces:
Running
Running
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -306,6 +306,9 @@ BEGIN TimeTravelRules
|
|
306 |
SET timeTravelLimitPerDay = 1 // Maximum number of time travels allowed per day
|
307 |
END TimeTravelRules
|
308 |
|
|
|
|
|
|
|
309 |
DEFINE GAME FLOW
|
310 |
|
311 |
START
|
|
|
306 |
SET timeTravelLimitPerDay = 1 // Maximum number of time travels allowed per day
|
307 |
END TimeTravelRules
|
308 |
|
309 |
+
|
310 |
+
This is pseudocode that represents your behavior to run the game
|
311 |
+
|
312 |
DEFINE GAME FLOW
|
313 |
|
314 |
START
|