self-references in documentation

This commit is contained in:
foo 2016-12-19 14:28:10 +00:00
parent 0da1005cdf
commit 4bcec40e06
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,8 @@
Wordsearch Wordsearch
========== ==========
Demo available at: https://bombadil.mafoo.org.uk/wordsearch/
Compiling Compiling
--------- ---------

View File

@ -6,6 +6,8 @@
<body> <body>
<h1>Wordsearch Builder: About</h1> <h1>Wordsearch Builder: About</h1>
Wordsearch Builder takes a list of words and places them on a grid in any direction allowing the to cross-over where possible then fills in the remaining empty spaces with semi-random letters. Wordsearch Builder takes a list of words and places them on a grid in any direction allowing the to cross-over where possible then fills in the remaining empty spaces with semi-random letters.
Code available on <a href="https://github.com/fooflington/wordsearch">GitHub</a>
<h2>Basic algorithm</h2> <h2>Basic algorithm</h2>
<ol> <ol>
<li>Foreach word <li>Foreach word
@ -19,4 +21,4 @@
</ol> </ol>
The abort-and-retry word placement to try 500 times before giving up. The abort-and-retry word placement to try 500 times before giving up.
</body> </body>
</html> </html>