-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgamehelp.html
48 lines (45 loc) · 2.01 KB
/
gamehelp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<h1 style="color: #5e9ca0; text-align: center;">About the Wordament Game</h1>
<h2 style="color: #2e6c80;">Introduction and objective:</h2>
<p>Wordament is a one-player puzzle game, where the player</p>
<p>starts with a 4 x 4 grid of letters, that can be dragged together in any path to form a word</p>
<p>The objective of the game is simple: Form as many words as you can to maximize your points</p>
<p>The value of different letters varies and the player can score a different number of points </p>
<p>when they use different letters in their word. Once you start your dragging gesture, a yellow highlight</p>
<p>will follow. It may be helpful to rotate the board from time to time to get a fresh, new perspective on the</p>
<p>on the board.</p>
<img src="board.png"/>
<h2 style="color: #2e6c80;">Game controls:</h2>
<table class="editorDemoTable">
<thead>
<tr>
<td>Name of the feature</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>Drag</td>
<td> Constructs a word from the letters dragged</td>
<td> </td>
</tr>
<tr>
<td>Rotate board</td>
<td>Rotates the board 90 degrees </td>
</tr>
<tr>
<td>Current Word String</td>
<td>Shows the word that you would be forming if you released at the current point of time </td>
</tr>
</tbody>
</table>
<p><strong> </strong></p>
<h2 style="color: #2e6c80;">About the interface:</h2>
<p> </p>
<p>Exit - <span style="font-weight: 400;">- quits the game</span></p>
<p> </p>
<p>Click the <span style="background-color: #2b2301; color: #fff; display: inline-block; padding: 3px 10px; font-weight: bold; border-radius: 5px;">About</span> Information about Version and Authors</p>
<p>Click the <span style="background-color: #2b2301; color: #fff; display: inline-block; padding: 3px 10px; font-weight: bold; border-radius: 5px;">Help</span> for help which is you used to access this help page, and you </p>
<p>can also use it to access the about section.</p>
<p> </p>
<p> </p>
<p><strong> </strong></p>