This commit is contained in:
Evert Prants 2017-04-05 23:28:24 +03:00
parent f79a7bd7b0
commit 0e314b7f39
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@
<div class="wrapper">
<div class="screen" id="start">
<div class="dialog">
<h1>Enter your name</h1>
<h1>Battleship</h1>
<p id="warning_message"></p>
<input type="text" id="player_name">
<input type="text" id="player_name" placeholder="Your name here">
<button id="sock_player_init">Join server</button>
</div>
</div>
@ -42,7 +42,7 @@
</div>
<div class="box">
<h1>How to play</h1>
<p>This is a puzzle game inspired by <a href="https://en.wikipedia.org/wiki/Battleship_(puzzle)" target="_blank">Battleship</a>, however this one works quite differently.</p>
<p>This is a guessing game inspired by <a href="https://en.wikipedia.org/wiki/Battleship_(game)" target="_blank">Battleship</a>, however this one works quite differently.</p>
<ul>
<li>You start off by placing your ships onto the board.</li>
<li>Once you and your opponent finish placing the ships, the game begins.</li>