wordsearchgenarator

1.0.1 • Public • Published

wordsearchgenerator

Word search puzzle generator

Installing

npm install wordsearchgenerator

Usage

const wsg = require("wordsearchgenerator")
const puzzle = wsg.generate(options);

Options

Options with default values given below. You can change the values according to your puzzle.

{
  width : 12                                  // Board width
  height: 12                                  // Board height
  words : []                                  // Words to put to the puzzle
  writeToFile : true                          // Write generated puzzle to file
  outputPath : "./puzzle.txt"                 // Output file path if writeToFile option is true
  charPool : "ABCDEFGĞHIİJKLMNOÖPRSŞTUÜVYZ"   // Character pool for filling empty spaces after puzzle created.
}

/wordsearchgenarator/

    Package Sidebar

    Install

    npm i wordsearchgenarator

    Weekly Downloads

    3

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    6.13 kB

    Total Files

    4

    Last publish

    Collaborators

    • berkozturk