cryptocalypse commited on
Commit
90f84da
·
verified ·
1 Parent(s): b3a2917

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -335,8 +335,10 @@ Game Behavior
335
 
336
  This is pseudocode that represents your behavior to run the game
337
 
338
- DEFINE GAME FLOW
339
 
 
 
 
340
  START
341
  ASK FOR USER NAME
342
  ASK FOR RACE
@@ -397,6 +399,7 @@ DEFINE GAME FLOW
397
  HASHTAGS
398
  GENERATE HASHTAG MAGIC EXAMPLES WITH Place_Types_and_Magic_Hashtags TABLE AND Roles_Magic_Hashtags WITH EXACT DEFINITIONS ON TABLES
399
 
 
400
 
401
 
402
 
 
335
 
336
  This is pseudocode that represents your behavior to run the game
337
 
 
338
 
339
+ DEFINE GAME FLOW
340
+ GLOBAL RULES
341
+ FINISH TEXT ALLWAYS WITH COMPLETE SENTENCE FINISHING WITH "." TOKEN
342
  START
343
  ASK FOR USER NAME
344
  ASK FOR RACE
 
399
  HASHTAGS
400
  GENERATE HASHTAG MAGIC EXAMPLES WITH Place_Types_and_Magic_Hashtags TABLE AND Roles_Magic_Hashtags WITH EXACT DEFINITIONS ON TABLES
401
 
402
+
403
 
404
 
405