Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -118,3 +118,55 @@ if st.button('📝 Download simulation results'):
|
|
118 |
st.write(simulation_results_df)
|
119 |
except:
|
120 |
st.write('No simulation results found')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
st.write(simulation_results_df)
|
119 |
except:
|
120 |
st.write('No simulation results found')
|
121 |
+
|
122 |
+
st.markdown("""
|
123 |
+
🎭 Acting Game Mechanics
|
124 |
+
🎯🃏 Bluffing
|
125 |
+
🕵️ Deduction
|
126 |
+
😂 Humor
|
127 |
+
🧠 Memory
|
128 |
+
👥 Roleplay
|
129 |
+
|
130 |
+
🎭 Acting Game Mechanics:
|
131 |
+
|
132 |
+
Characterization: Act out your character's traits, emotions, and personality.
|
133 |
+
Improvisation: Think on your feet and come up with responses to unexpected situations.
|
134 |
+
Scripted Dialogue: Deliver lines from a pre-written script or engage in scripted conversations.
|
135 |
+
For more information on Acting Game Mechanics, you can visit the Wikipedia page on Role-playing game mechanics: https://en.wikipedia.org/wiki/Role-playing_game_mechanics#Acting
|
136 |
+
|
137 |
+
🎯🃏 Bluffing:
|
138 |
+
|
139 |
+
Lying: Convince others that your false information is true.
|
140 |
+
Concealment: Hide your true intentions or actions.
|
141 |
+
Misdirection: Lead others to believe something different from what you are doing.
|
142 |
+
For more information on Bluffing, you can visit the Wikipedia page on Bluff (poker): https://en.wikipedia.org/wiki/Bluff_(poker)
|
143 |
+
|
144 |
+
🕵️ Deduction:
|
145 |
+
|
146 |
+
Clue Analysis: Examine clues to draw conclusions about a mystery.
|
147 |
+
Logical Reasoning: Use deductive reasoning to arrive at the correct solution.
|
148 |
+
Pattern Recognition: Recognize and match patterns to uncover hidden information.
|
149 |
+
For more information on Deduction, you can visit the Wikipedia page on Deduction game: https://en.wikipedia.org/wiki/Deduction_game
|
150 |
+
|
151 |
+
😂 Humor:
|
152 |
+
|
153 |
+
Parody: Use humorous exaggeration or imitation to make fun of a subject.
|
154 |
+
Puns: Play with words to create humorous meanings.
|
155 |
+
Satire: Use irony, sarcasm, and ridicule to critique a topic or individual.
|
156 |
+
For more information on Humor, you can visit the Wikipedia page on Humor: https://en.wikipedia.org/wiki/Humor
|
157 |
+
|
158 |
+
🧠 Memory:
|
159 |
+
|
160 |
+
Recall: Remember information from previous events or interactions.
|
161 |
+
Recognition: Identify information you have seen or heard before.
|
162 |
+
Memorization: Commit information to memory for future use.
|
163 |
+
For more information on Memory, you can visit the Wikipedia page on Memory game: https://en.wikipedia.org/wiki/Memory_game
|
164 |
+
|
165 |
+
👥 Roleplay:
|
166 |
+
|
167 |
+
Character Creation: Develop a unique character with specific traits and abilities.
|
168 |
+
Storytelling: Create a narrative with the characters and the world they inhabit.
|
169 |
+
Collaborative Play: Work with others to create an immersive experience.
|
170 |
+
For more information on Roleplay, you can visit the Wikipedia page on Role-playing game: https://en.wikipedia.org/wiki/Role-playing_game
|
171 |
+
|
172 |
+
""")
|