Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgidw committed May 2, 2020
1 parent 44d269d commit 7f864d5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
11 changes: 8 additions & 3 deletions src/public/js/faq-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@
<p>Join the room again with your username exactly as it was.</p>
</div>
<div class="qa">
<h3>The website connection is spotty!</h3>
<p>FAO's currently on Heroku's free hosting service.</p>
<p>(I would like to get a proper server and domain at some point!)</p>
<h3>The site is slow! The site went down! Our game is gone!</h3>
<p>
FAO's currently on Heroku's free hosting service, which has its
limitations. One day I'd like to set up a proper server and domain!
</p>
<p>
I also occasionally push updates, which causes server maintenance.
</p>
</div>
<div class="qa">
<h3>I found a bug!</h3>
Expand Down
29 changes: 23 additions & 6 deletions src/public/js/rules-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,29 @@
<h2>Rules</h2>
</div>
<div class="align-left">
<p>A group of players must work together to find the one <strong>fake artist</strong> among them, while that player tries to avoid detection.</p>
<p>Each round, all players see the randomly-chosen keyword and its hint/category, e.g. <span>"Apple (Food)".</span></p>
<p>But the fake artist <em>only receives the hint</em>.</p>
<p>Players take turns drawing single strokes on a drawing pad. After every player has drawn twice, everyone votes on who they think the fake artist is.</p>
<p>The fake artist has to bluff their way through the drawing. The others need to prove they know the keyword - but draw too obviously, and the fake artist might catch on!</p>
<p>If the fake artist is caught, they get a chance to guess the keyword. If they're correct, <em>they still win!</em></p>
<p>
A group of players must work together to find the one
<strong>fake artist</strong> among them, while that player tries to
avoid detection.
</p>
<p>
Each round, players see the round's random keyword and its category,
e.g. <span>"Apple (Food)".</span>
</p>
<p>But the fake artist <em>only sees the category</em>: "??? (Food)".</p>
<p>
Players take turns drawing single strokes on a drawing pad. After
everyone has drawn twice, everyone votes on who they think the fake
artist is.
</p>
<p>
If the majority vote is incorrect, then the fake artist wins!
</p>
<p>
But if the fake artist is caught, the other players haven't won just
yet. The fake artist gets a chance to guess the keyword. If they guess
correctly, <em>they still win!</em>
</p>
</div>
<div class="align-right">
<button class="btn secondary" @click="back()">OK</button>
Expand Down

0 comments on commit 7f864d5

Please sign in to comment.