diff --git a/app/help/page.tsx b/app/help/page.tsx index bb003b4..d791705 100644 --- a/app/help/page.tsx +++ b/app/help/page.tsx @@ -3,14 +3,14 @@ import Link from "next/link"; export default function Help() { return (
Assassins is a live action game that can be played almost anywhere, but best done in semi-crowded environments. The goal of the game is to be the last remaining person alive and to assassinate whomever you are assigned.
-Before doing anything, you should create a user. It will keep track of your statistics as well as identifying who you are in a party. You can @@ -22,41 +22,41 @@ export default function Help() { If you already have a user, you can login by heading to the login link in the navbar.
-Once you have logged in you have the option of joining or creating a party. A party is an instance of the assassins game; it is how you connect with your friends.
-To join a party, type in the party code in the input field on the{" "} home page then click the{" "} Join Party button. Once a party has started you can no longer join it.
-To create a party, click the Create Party button on the home page. Once you have created it, the app will display the party code in bold. Give this code to your friends so that they can join.
-Once you join a party, you have the option of leaving it. You can leave it anytime, and the app will handle the reshuffling of players.
-Only the party leader can start the party. Once started everyone is assigned a target.
-You will be assigned a target to assassinate, hence the name{" "} assassins. Once you assassinated your target, either by means of dart blasters, tag, projectile launchers, or any other method, click - the Assassinate button. + the Kill Target button.
A notification will be send to the target just eliminated, the target @@ -65,13 +65,13 @@ export default function Help() { accidental clicks. If the attempt is successful, you will be assigned a new target depending on the game mode.
-When you assassinate a target, your next target will be the target your target had.
-When a player assassinates a target, all players will receive a new target from the remaining players alive.