-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
23 lines (23 loc) · 1.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>Mafia Reloaded Username</title>
</head>
<body>
<form method="get" action="game.html">
<label for="username">Username: </label><input type="text" name="username" id="username"><br>
<input type="submit" value="Play">
</form>
<div id="game-instructions">
<h3>Basic Game Rules</h3>
<p>Objectives: Citizens/detectives need to weed out all of the mafia, while the mafia attempt to kill all the citizens/detectives. </p>
<h4>How to Play</h4>
<ol>There are several rounds to this game, I've listed them below:
<li>The MAFIA vote - only the MAFIA can take part in this vote. They decide whom they want to kill.</li>
<li>The Detective vote - The detectives can choose to find out the true identity of one person using this vote. But beware, there's nothing to stop non-detectives from speaking up in the discussion round claiming that they're detectives too.</li>
<li>The Anonymous Vote - The name of the person killed is revealed, and everyone votes silently for this round</li>
<li>The Discussion Round - The names of the two highest voted is revealed, and it's an open forum for discussion. Players can emphasize their own innocence or condemn others.</li>
<li>The Open Vote - Again, you vote. But others can see what who you're voting for</li>
</ol>
</div>
</body>
</html>