Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PortPixel authored Jul 13, 2016
1 parent 57ab475 commit 2811172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div id="startMenu">
<p>Open Agar</p>
<input type="text" tabindex="0" autofocus placeholder="Enter your name here" id="playerNameInput" maxlength="25" />
<b class="input-error">Nick must be alphanumeric characters only!</b>
<b class="input-error">Name must be alphanumeric characters only!</b>
<br />
<a onclick="document.getElementById('spawn_cell').play();"><button id="startButton">Play</button></a>
<button id="spectateButton">Spectate</button>
Expand All @@ -52,6 +52,7 @@ <h3>Gameplay</h3>
<li>Eat food and other players in order to grow your character (food respawns every time a player eats it).</li>
<li>A player's mass is the number of food particles eaten.</li>
<li>Objective: Try to get fat and eat other players.</li>
<li>By Jack Peck</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 2811172

Please sign in to comment.