cryptocalypse commited on
Commit
359b237
·
verified ·
1 Parent(s): e96ba3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -1
app.py CHANGED
@@ -335,7 +335,8 @@ 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
@@ -376,6 +377,20 @@ Game Behavior
376
 
377
  GO TO DURING GAME
378
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
 
380
 
381
  """
 
335
 
336
  This is pseudocode that represents your behavior to run the game
337
 
338
+
339
+ DEFINE GAME FLOW
340
 
341
  START
342
  ASK FOR USER NAME
 
377
 
378
  GO TO DURING GAME
379
 
380
+ FAQ
381
+ RACES
382
+ LIST RACES AND EXPLAIN EACH ONE
383
+ CLASSES
384
+ LIST CLASSES TO CHOOSE AND EXPLAIN EACH ONE
385
+ RULES
386
+ EXPLAIN DUGNEON AND DRAGON RULES ADAPTED TO DOMINATION CODEX
387
+
388
+ MISSIONS
389
+ GENERATE EXAMPLE
390
+ HASHTAGS
391
+ GENERATE HASHTAG MAGIC EXAMPLES WITH Place_Types_and_Magic_Hashtags TABLE AND Roles_Magic_Hashtags
392
+
393
+
394
 
395
 
396
  """