Skip to content

Commit c03be92

Browse files
committed
Small change in the Help
1 parent 3386ec0 commit c03be92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

New/hangman_desktop.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class="scores"><dt>Games Score:</dt><dd>Played: <span id="game_played">0</span><
3131
id="let_Y" onclick="guess_letter('Y')">Y</li><li id="let_Z" onclick="guess_letter('Z')">Z</li></ul></div></div><div id="help">
3232
<h2>How to play</h2><ul><li>If you want select the difficulty level. This sets the number of wrong attempts before hanging to
3333
3, 6, or 12</li><li>Press New Game</li><li>The game begins when you select your first character.</li><li>You cannot
34-
change the difficulty level once the game has started until the &quot;New Game&quot; button is pressed</li></ul></div><div
34+
change the difficulty level once the game has started until the &quot;New Game&quot; button is
35+
pressed</li><li>NOTE: You can play this game offline!</li></ul></div><div
3536
id="footer"><ul><li><a href="<?php echo $path_parts['dirname']?>/hangman.php?vpa=m">View mobile version of this
3637
website</a></li><li><a href="http://www.huntingground.freeserve.co.uk/main/mainfram.htm?../games/hangman/hangman1.htm">Visit
3738
the website that inspired this page</a></li></ul></div></div><script type="text/javascript" src="hangman_js.php"></script></body></html>

New/hangman_mobile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class="scores"><dt>Games Score:</dt><dd>Played: <span id="game_played">0</span><
3333
to play</h2><ul><li>If you want select the difficulty level. This sets the number of wrong attempts before hanging
3434
to 3, 6, or 12</li><li>Press New Game</li><li>The game begins when you select your first character.</li><li>You cannot
3535
change the difficulty level once the game has started until the &quot;New Game&quot; button is
36-
pressed</li></ul></div><div id="footer"><ul><li><a href="<?php echo $path_parts['dirname']?>/hangman.php?vpa=d">View
36+
pressed</li><li>NOTE: You can play this game offline!</li></ul></div><div id="footer"><ul><li><a href="<?php echo $path_parts['dirname']?>/hangman.php?vpa=d">View
3737
desktop version of this website</a></li><li><a
3838
href="http://www.huntingground.freeserve.co.uk/main/mainfram.htm?../games/hangman/hangman1.htm">Visit the
3939
website that inspired this page</a></li></ul></div></div><script type="text/javascript" src="hangman_js.php"></script></body></html>

0 commit comments

Comments
 (0)