Skip to content

seescoto/word_search

Repository files navigation

word search

creating word searches given a list of words to find

compile the programs in comp.txt with javac @comp.txt and then java WordDriver to run the driver. it will prompt you for:

  • a .txt file to write to
  • words that you would like to input into the word search
  • a title

it will then print your wordsearch to the screen and ask you if you'd like to save it to the .txt file you specified earlier. you will be asked if you'd like to create another word search.

Releases

No releases published

Packages

No packages published

Languages