Skip to content

The-Heyman/WordSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordSearcher

A simple program to generate a word search puzzle board and provide an algorithm to find valid words provided in a text file on the board.

Usage:

  1. Run the program on your machine with at least python 3.4 installed.

  2. Provide an optional text file with words to be found on the puzzle board.

  3. Provide an optional grid size (square). Example run of the program looks like this:

    python WordSeacher.py --filename words.txt --grid_size 15

One can also run the program without parameters in which case the default text file; word.txt and grid size of 15 are used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages