Skip to content

Commit 949b0ac

Browse files
committed
fix rules
1 parent b6ed7dd commit 949b0ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/corporate-conundrum/index.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ SELECT 'hero' as component,
44
'Unleash your inner executive in this thrilling board game of corporate espionage. Make the right choices to lead your company to success!' as description,
55
'New Game.sql' as link,
66
'Start a New Game' as link_text;
7-
SELECT 'Answer questions' as title,
8-
'Each turn, a question will be presented to the group. One player will be assigned as the infiltrator and receive a specific wrong answer. Engage in lively debates and exchange ideas to uncover the truth and make accurate decisions.' as description,
7+
SELECT 'Lively discussions' as title,
8+
'Each turn, a question will be presented to the group. One player will be assigned as the infiltrator and receive a specific wrong answer. Engage in lively real-life debates and exchange ideas to uncover the truth and make accurate decisions.' as description,
99
'help-hexagon' as icon,
1010
'blue' as color;
1111
SELECT 'Hidden Votes' as title,
12-
'After the discussion phase, all players submit their individual answers privately. The answers are revealed simultaneously, and points are awarded based on their proximity to the true answer.' as description,
12+
'After the discussion phase, all players submit their individual answers privately. Points are awarded based on their proximity to the true answer.' as description,
1313
'file' as icon,
1414
'green' as color;
1515
SELECT 'Role Assignment' as title,

0 commit comments

Comments
 (0)