-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
35 lines (34 loc) · 1.79 KB
/
help.html
File metadata and controls
35 lines (34 loc) · 1.79 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bawgle Help</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="stylesheets/main.css"/>
</head>
<!DOCTYPE html>
<html>
<body>
<section class="bawgle-help">
<h2>Bawgle: A Word Search Game Based on the Popular Favorite</h2>
</p> See <a href='https://en.wikipedia.org/wiki/Boggle'>https://en.wikipedia.org/wiki/Boggle</a> for rules and game information.
<h3>Operations</h3>
<ul>
<li>New button: generate a new game</li>
<li>Play button: start or resume the clock and begin entering words.
<li>Pause button: pause the clock. No words can be entered while paused.
</li>
<li>Solve button: stop entering words and display your score and full solution. This also happens when the timer expires.</li>
</ul>
<h3>Word Entry</h3>
<p>You can type words, hitting Enter after each one. Or, you can select words using the touchscreen or mouse. Press the mouse button on the word's first letter and (holding the button down) drag the cursor to select the remaining letters. On touchscreens, trace the words with your finger.
</p>
<h3>About Bawgle</h3>
<p>Source code is at <a href='https://github.com/bbawn/bawgle'>https://github.com/bbawn/bawgle</a>. Comments, suggestions, and bug reports are appreciated. Email <a href='mailto:bob.bawn@gmail.com'>bob.bawn@gmail.com</a>.
</section>
</body>
</html>