Skip to content

Generates word searches using a recursive backtracking method.

Notifications You must be signed in to change notification settings

charlie572/wordsearch_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Wordsearch Generator

This project generates wordsearches using a recursive backtracking method.

Usage

wordsearch_generator.py [-h] [--words [WORDS [WORDS ...]]] [--words-file WORDS_FILE] width height

Run wordsearch_generator.py, specifying either a list of words, or a text file. If a text file is used, it must contain the words on separate lines.

E.g. python wordsearch_generator.py 10 10 --words "wander" "meringue" "lemon"

Run python wordsearch_generator.py -h for more help.

Technologies

Language: python 3.8.1

About

Generates word searches using a recursive backtracking method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages