mirror of
				https://github.com/fooflington/wordsearch.git
				synced 2025-10-31 04:38:33 +00:00 
			
		
		
		
	self-references in documentation
This commit is contained in:
		| @@ -1,6 +1,8 @@ | ||||
| Wordsearch | ||||
| ========== | ||||
|  | ||||
| Demo available at: https://bombadil.mafoo.org.uk/wordsearch/ | ||||
|  | ||||
| Compiling | ||||
| --------- | ||||
|  | ||||
|   | ||||
| @@ -6,6 +6,8 @@ | ||||
| <body> | ||||
| 	<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. | ||||
|  | ||||
| 	Code available on <a href="https://github.com/fooflington/wordsearch">GitHub</a> | ||||
| 	<h2>Basic algorithm</h2> | ||||
| 	<ol> | ||||
| 		<li>Foreach word | ||||
| @@ -19,4 +21,4 @@ | ||||
| 	</ol> | ||||
| 	The abort-and-retry word placement to try 500 times before giving up. | ||||
| </body> | ||||
| </html> | ||||
| </html> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user