Skip to content

Commit

Permalink
app components howto: clarify that you need to be on a voice call
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnord committed Jul 12, 2023
1 parent 516233c commit 211607d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions app/components/how-to-play.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,29 @@ export default function HowToPlay() {
return (
<div className="mb-4 rounded-md bg-yellow-100 p-3 shadow-md">
<p className="mb-2 font-handwriting text-3xl font-black text-yellow-900">
how to play
How to Play
</p>
<ul className="text-sm leading-relaxed text-yellow-700">
<li>
<span className="text-lg">πŸ’</span> Choose the clue when you have
<span className="text-lg">🎧</span> Join a voice call together
</li>
<li>
<span className="text-lg">πŸ‘‰</span> Choose the clue when you have
board control
</li>
<li>
<span className="text-lg">⏱️</span> Wait for the clue to be read
<span className="text-lg">πŸ‘€</span> Wait until the buzzer opens
</li>
<li>
<span className="text-lg">🚨</span> Buzz in when you know the answer
</li>
<li>
<span className="text-lg">πŸ—£οΈ</span> Guess out loud (no need to type)
<span className="text-lg">πŸ—£οΈ</span> Fastest buzzer guesses out loud on
the call
</li>
<li>
<span className="text-lg">πŸ™Š</span> Check the correct answer privately
(don't say it!)
<span className="text-lg">πŸ™Š</span> Fastest buzzer checks the correct
answer privately (don't say it!)
</li>
<li>
<span className="text-lg">⚑</span> Swoop in when others are wrong
Expand Down

1 comment on commit 211607d

@vercel
Copy link

@vercel vercel bot commented on 211607d Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

jep – ./

jep-psi.vercel.app
jep-cmnord.vercel.app
whatis.club
www.whatis.club
jep-git-main-cmnord.vercel.app

Please sign in to comment.