mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-01-22 09:19:55 +00:00
self-references in documentation
This commit is contained in:
parent
0da1005cdf
commit
4bcec40e06
@ -1,6 +1,8 @@
|
|||||||
Wordsearch
|
Wordsearch
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Demo available at: https://bombadil.mafoo.org.uk/wordsearch/
|
||||||
|
|
||||||
Compiling
|
Compiling
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user