summaryrefslogtreecommitdiff
path: root/games.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2017-01-11 22:25:12 -0500
committerpommicket <leonardomtenenbaum@gmail.com>2017-01-11 22:25:12 -0500
commite9fc63b3814daa727bbc6bd0152b3b2917ae7ae1 (patch)
treefafce43267974e4c3fb2e63709ed0103b20efbf5 /games.html
parentf47242f4ecfa8be617ead9295ec81a7f12f9a1e2 (diff)
Added word length option to Anagram Game
Diffstat (limited to 'games.html')
-rw-r--r--games.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/games.html b/games.html
index 296b481..8a64238 100644
--- a/games.html
+++ b/games.html
@@ -53,6 +53,14 @@
</div>
</div>
+ <div class="row">
+ <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project">
+ <img src="screenshots/anagramgame.png" width=250 height=250><br>
+ <div class="project-title"><a href="anagramgame.html">The Anagram Game</a></div>
+ Find an anagram of a random word.
+ </div>
+ </div>
+
</div>
</body>
</html>