]> git.cworth.org Git - lmno.games/blob - empires/index.html
Add some autofocus attributes
[lmno.games] / empires / index.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <meta charset="utf-8"/>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
7     <title>The Game of Empires</title>
8
9     <link rel="stylesheet" href="/reset.css" type="text/css" />
10     <link rel="stylesheet" href="/style.css" type="text/css" />
11   </head>
12   <body>
13
14     <script src="/lmno.js"></script>
15
16     <div id="page">
17
18       <h1>The Game of Empires</h1>
19
20       <p>
21         Can you remember all the characters in the game? Can you guess
22         who is who?
23       </p>
24
25       <div id="message-area">
26       </div>
27
28       <form onsubmit="lmno_new('empires'); return false;">
29         <button type="submit">
30           Host a new game
31         </button>
32       </form>
33
34       <h2>What is Empires?</h2>
35
36       <p>
37         Empires is a simple yet surprisingly entertaining party game
38         that will test your memory. Each player in the game secretly
39         chooses a "character" that they will play as. Once all players
40         have chosen their characters, each character name will be
41         revealed to all players who will have to try to memorize every
42         character. Gameplay consists of guessing the character name
43         that other plays chose. Successful guesses bring the guessed
44         player (and their entire "empire") into your own "empire". The
45         game will end with everyone in a single empire under the one
46         player whose character was never correctly guessed.
47       </p>
48
49       <h2>What do we need to play?</h2>
50
51       <p>
52         This website will assist you in hosting a game of empires by
53         doing the following:
54
55         <ul>
56           <li>
57             Allowing players to secretly select a character name
58           </li>
59           <li>
60             Revealing the character names to all players
61           </li>
62           <li>
63             Keeping track of which players have still not had their
64             characters identified, (the empires remaining to be
65             captured)
66           </li>
67         </ul>
68       </p>
69
70       <p>
71         Meanwhile, you are responsible for providing the following:
72
73         <ul>
74           <li>
75             An internet-capable device for each player. This is only
76             needed to select a character at the beginning of the game
77             so multiple people in the same room can pass a device around
78             for this part.
79           </li>
80           <li>
81             At least one view of the game that every player can
82             see. This can be on individual devices, or by the game
83             host sharing their screen in some fashion, (such as
84             through a video call).
85           </li>
86           <li>
87             Some means for all players to communicate. This could be a
88             video call or some chat room or something else. Of course,
89             it's also possible to play with people in the same room
90             together. If you have the luxury to do that, it's also
91             convenient to have captured players move to sit with their
92             new empires to make it clear which empires remain.
93           </li>
94         </ul>
95       </p>
96     </div>
97   </body>
98 </html>