werewolf.gohtml (3377B)
1 {{ define "content" }} 2 3 {{/* 1643905378254628000 */}} 4 <div class="container mb-5"> 5 <div> 6 7 <h3>How to play werewolf in the Dark Forest!</h3> 8 9 <p> 10 Based on <a href="https://anjuansimmons.com/blog/how-to-play-werewolf-over-zoom">https://anjuansimmons.com/blog/how-to-play-werewolf-over-zoom</a><br /> 11 <a href="https://werewolf.chat/Main_Page">https://werewolf.chat</a> 12 </p> 13 14 <p> 15 6-8 Players : 1 Werwolf<br /> 16 9-11 Players : 2 Werewolves<br /> 17 12-14 Players: 3 Werewolves<br /> 18 15-17 Players: 4 Werewolves<br /> 19 18-20 Players: 5 Werewolves<br /> 20 </p> 21 22 <p> 23 Steps:<br /> 24 - Narrator creates a room<br /> 25 - Narrator creates a "werewolf" group using <code>/addgroup werewolf</code><br /> 26 - Narrator randomly select the werewolves and add them and himself to the group <code>/gadduser werewolf username</code><br /> 27 - Narrator write into the werewolf group to ensure everyone can see the messages<br /> 28 - Narrator confirms the group has everyone with <code>/gusers werewolf</code><br /> 29 - Narrator lock the group <code>/glock werewolf</code> 30 <br /> 31 - Elect a "Seer" (person who can see the identity of someone during the night)<br /> 32 - Elect a "Healer" (person who can save someone during the night)<br /> 33 <br /> 34 - First day people talk about their lives<br /> 35 - Night, "Townspeople, go to sleep" (everyone shut up)<br /> 36 - Unlock the group <code>/gunlock werewolf</code><br /> 37 - <code>/g werewolf Werewolves, who do you to kill?"</code><br /> 38 - figure it out<br /> 39 - Lock the group <code>/glock werewolf</code><br /> 40 - Narrator talk to "Seer" <code>/pm seer Seer, who do you want to identify?</code><br /> 41 - Narrator talk to "Healer" <code>/pm healer Healer, who do you want to save?</code><br /> 42 - Narrator <code>Townspeople, wake up</code><br /> 43 - If someone died: <code>Everyone wakes up to see a trail of blood leading to the forrest. There you find Peter’s mangled remains by the Great Oak. Curiously, there are deep claw marks in the bark of the surrounding trees. It looks like Peter put up a fight.</code><br /> 44 - If the person selected by the Werewolves was saved by the Healer, then the Narrator announces that someone was attacked last night, but they survived. No other information is provided to the players.<br /> 45 - Discussion by the Townspeople<br /> 46 - Townspeople can execute someone or not (vote majority)<br /> 47 </p> 48 49 <h2>All commands</h2> 50 <p> 51 Create group: <code>/addgroup groupName</code><br /> 52 Remove group: <code>/rmgroup groupName</code><br /> 53 List groups: <code>/groups</code><br /> 54 Lock group: <code>/glock groupName</code><br /> 55 Unlock group: <code>/gunlock groupName</code><br /> 56 List group users: <code>/gusers groupName</code><br /> 57 Add user to group: <code>/gadduser groupName username</code><br /> 58 Remove user from group: <code>/grmuser groupName username</code><br /> 59 </p> 60 </div> 61 </div> 62 63 {{ end }}