mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-02 01:03:24 +01:00
remove magic numbers, update how to use page styling
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<div id="tutorial-links">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#purpose-of-the-app">Purpose of the App</a>
|
||||
<a href="#purpose-of-the-app">Purpose</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#creating-a-game">Creating a Game</a>
|
||||
@@ -38,7 +38,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h1 class="how-to-use-header" id="purpose-of-the-app">Purpose of the Application</h1>
|
||||
<h1 class="how-to-use-header" id="purpose-of-the-app">Purpose</h1>
|
||||
<div class="how-to-use-section">This app serves as a means of running games in a social setting where a traditional
|
||||
running of the game is hindered. This might be when people are meeting virtually, and thus roles can't be handed
|
||||
out in-person, or when people are in-person but don't have Werewolf/Mafia cards with them. You can use a deck of regular
|
||||
@@ -52,7 +52,7 @@
|
||||
<div class="how-to-use-section">
|
||||
Creating a game through the app has 3 main components:
|
||||
<br>
|
||||
<h3>Step One: Choosing a method of moderation</h3>
|
||||
<h3>- Step One: Choosing a method of moderation</h3>
|
||||
<br>
|
||||
You have two options for moderation during the game. If the moderator isn't playing, you can choose the <span class="emphasized">Dedicated
|
||||
Moderator</span> option. Dedicated Moderators are not dealt into the game. Once they start the game, they will know
|
||||
@@ -68,7 +68,7 @@
|
||||
or to a spectator. That way, if the current Dedicated Moderator has to leave, or simply does not want to moderate
|
||||
anymore, they can easily delegate.
|
||||
<br><br>
|
||||
<h3>Step Two: Build your deck</h3>
|
||||
<h3>- Step Two: Build your deck</h3>
|
||||
<br>
|
||||
There is a role box on this page that includes a list of <span class="emphasized">Default Roles</span> and a list
|
||||
of <span class="emphasized">Custom Roles</span>, which can be displayed by selecting the appropriate button within the box.
|
||||
@@ -79,7 +79,7 @@
|
||||
<br><br>
|
||||
Here I add 3 villagers to the game, and then remove them:
|
||||
<br><br>
|
||||
<img class='tutorial-image-small' src="../images/tutorial/add-role-to-deck.gif"/>
|
||||
<img alt="adding a role to the deck" class='tutorial-image-small' src="../images/tutorial/add-role-to-deck.gif"/>
|
||||
<br><br>
|
||||
You can add, edit, and remove Custom Roles. You can also import and export them via a formatted text file. Click
|
||||
the hamburger menu on the role box to see the import/export options. Here I create a new Custom Role and observe
|
||||
@@ -87,7 +87,7 @@
|
||||
<br><br>
|
||||
<img alt="create-custom-role" class='tutorial-image-small' src="../images/tutorial/create-custom-role.gif"/>
|
||||
<br><br>
|
||||
<h3>Step Three: Set an optional timer</h3>
|
||||
<h3>- Step Three: Set an optional timer</h3>
|
||||
<br>
|
||||
If you don't fill in these fields, the game will be untimed. If you do, you can use a time between 1 minute
|
||||
and 5 hours. The timer can be played and paused by the current moderator. Importantly, when the timer expires,
|
||||
@@ -96,7 +96,7 @@
|
||||
</div>
|
||||
<h1 class="how-to-use-header" id="being-the-moderator">Being the Moderator</h1>
|
||||
<div class="how-to-use-section">
|
||||
<h3>In the Lobby</h3>
|
||||
<h3>- In the Lobby</h3>
|
||||
<br>
|
||||
In the Lobby, moderators can manage the people in the room and the cards in the game. By clicking
|
||||
the <span class="emphasized">three vertical dots (AKA the "kebab menu")</span> next to a given player (<span class="emphasized">point A</span>
|
||||
@@ -107,9 +107,9 @@
|
||||
Saving any changes to the roles may affect the player count. If you wish to <span class="emphasized">start the game (point B)</span>, the number
|
||||
of Players in the Lobby must equal the number of cards in the game.
|
||||
<br><br>
|
||||
<img class='tutorial-image-small-portrait' src="../images/tutorial/dedicated-mod-lobby-mobile.webp"/>
|
||||
<img alt="moderator view in the lobby" class='tutorial-image-small-portrait' src="../images/tutorial/dedicated-mod-lobby-mobile.webp"/>
|
||||
<br><br>
|
||||
<h3>During the Game</h3>
|
||||
<h3>- During the Game</h3>
|
||||
<br>
|
||||
<span class="emphasized">Dedicated Moderators</span> can see who is on which team and who is which role. The moderator
|
||||
Kills and Reveals players (<span class="emphasized">Point A</span> below). They are separate actions. So, if you
|
||||
@@ -120,33 +120,33 @@
|
||||
play and pause the Timer (<span class="emphasized">Point B</span>), and can end the game (revealing everyone's role)
|
||||
or return the game to the Lobby (<span class="emphasized">Point C</span>), where it can be started anew with different settings.
|
||||
<br><br>
|
||||
<img class='tutorial-image-small-portrait' src="../images/tutorial/dedicated-mod-in-progress-mobile.webp"/>
|
||||
<img alt="moderator view during the game" class='tutorial-image-small-portrait' src="../images/tutorial/dedicated-mod-in-progress-mobile.webp"/>
|
||||
<br><br>
|
||||
Similarly, the <span class="emphasized">Temporary Moderator view</span> looks like the below image. They have
|
||||
much the same abilities as a dedicated moderator, except they don't know role or alignment information and cannot
|
||||
transfer their powers. Their powers will be transferred automatically to the first person they remove from the game
|
||||
(which can be themselves).
|
||||
<br><br>
|
||||
<img class='tutorial-image-small-portrait' src="../images/tutorial/temp-mod-in-progress-mobile.webp"/>
|
||||
<img alt="temporary moderator view during the game" class='tutorial-image-small-portrait' src="../images/tutorial/temp-mod-in-progress-mobile.webp"/>
|
||||
<br><br>
|
||||
<h3>Transferring your moderator powers</h3>
|
||||
<h3>- Transferring your moderator powers</h3>
|
||||
<br>
|
||||
You can transfer your moderator abilities to anyone that has been removed from the game, or to anyone that happens
|
||||
to be spectating. Here we select a killed player and transfer our powers to them:
|
||||
<br><br>
|
||||
<img class='tutorial-image-small-portrait' src="../images/tutorial/mod-transfer.gif"/>
|
||||
<img alt="transferring your moderator powers" class='tutorial-image-small-portrait' src="../images/tutorial/mod-transfer.gif"/>
|
||||
<br><br>
|
||||
</div>
|
||||
<h1 class="how-to-use-header" id="being-a-player">Being a Player</h1>
|
||||
<div class="how-to-use-section">
|
||||
This is an example of what a <span class="emphasized">Player</span> is seeing. The timer is running, and they view their
|
||||
role by double-clicking it:
|
||||
This is an example of what a <span class="emphasized">Player</span> is seeing, including the running timer,
|
||||
their role card, and the player list. You can also edit your name for the Room by clicking the pencil next to it.
|
||||
Below, we flip our role card up and down by double-clicking it, and then we bring up the prompt to edit our name:
|
||||
<br><br>
|
||||
<img class='tutorial-image-small-portrait' src="../images/tutorial/player-view.gif"/>
|
||||
<img alt='player-view' class='tutorial-image-small-portrait' src="../images/tutorial/player-view.gif"/>
|
||||
<br><br>
|
||||
There are three main things - the <span class="emphasized">Timer</span>, your <span class="emphasized">Role Card</span>
|
||||
and the <span class="emphasized">Player List</span>. Players can view the timer, but only the current moderator can play and pause it.
|
||||
Your role card starts flipped over - this is useful if you are in-person and don't want someone else accidentally seeing your role as
|
||||
Players can view the timer, but only the current moderator can play and pause it. Your role card starts flipped over
|
||||
- this is useful if you are in-person and don't want someone else accidentally seeing your role as
|
||||
it is dealt. You can view your role at any time by double-clicking/double-tapping it. Requiring a double-click guards against the possibility
|
||||
of accidentally flipping your role when tapping other things. Within the Player List, you can see who is alive or
|
||||
dead and who has had their role revealed. There is also a <span class="emphasized">role info button</span> that,
|
||||
|
||||
Reference in New Issue
Block a user