Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 324 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 324 Bytes

go-wordsearch

This program takes a configuration json file containing height, width, and a list of words. It places the words, and then fills in the rest of the puzzle with random letters

The format of the json file is:

{ "width": 10, "height": 10, "words": [ "test", "foo", "bar", "baz" ] }