Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ <h1>Code Breaker</h1>

<div class="col-md-6">
<h2>Objective:</h2>
<p class="lead">Guess the randomly generate 4 digit code.</p>
<p class="lead">Guess the randomly generated 4 digit code.</p>

<h2>Rules:</h2>
<ul>
<li>Each guess must consist of 4 numberic characters.</li>
<li>Each guess must consist of 4 numeric characters.</li>
<li>Numbers may be used more than once!</li>
<li>You win only if your guess is an exact match.</li>
<li>You lose if you fail to guess the code under 10 guesses.</li>
Expand Down