Skip to content

Commit

Permalink
Add links to external materials.
Browse files Browse the repository at this point in the history
  • Loading branch information
vraa committed Mar 20, 2014
1 parent 27d12ca commit d2542b5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
15 changes: 14 additions & 1 deletion game.css
Expand Up @@ -251,7 +251,20 @@ button{
color: yellow;
}


.more-help{
font-size: .9rem;
line-height: 1.9rem;
}
.more-help ul{
list-style: none;
text-align: center;
}
.more-help li{
margin: 10px 0;
}
.more-help a{
color: #fff;
}
@media (max-width: 480px){
.cell{
padding: 9px;
Expand Down
10 changes: 10 additions & 0 deletions index.html
Expand Up @@ -33,6 +33,16 @@ <h2>How to play?</h2>
<div class="author">
<p>Made by <a href="http://veerasundar.com/blog">Veera</a> | <a href="https://github.com/vraa/33holepeg">Source</a>
</div>

<div class="more-help">
<ul>
<li><a href="http://www.durangobill.com/Peg33.html" title="How many ways (number of solutions) are there to win the
33 hole (32 pegs) version of Peg Solitaire?">Math behind Brainvita</a></li>
<li>
<a href="http://www.wikihow.com/Win-the-Peg-Solitaire-Game-(English-Board)" title="How to Win the Peg Solitaire Game (English Board)">How to Win the Peg Solitaire Game (English Board)</a>
</li>
</ul>
</div>
</div>

<script src="jquery-1.11.0.min.js"></script>
Expand Down

0 comments on commit d2542b5

Please sign in to comment.