Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

word-search-game

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

word-search-game

Generate a word search game from a Yaml schema.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Word Search Game

Simple application to create and print your word search games using Yaml files.

Installation

npm

npm install word-search-game -g

Yarn

yarn global add word-search-game

Getting Started

  • Create a Yaml file

Yaml files need to follow this structure:

title: Any title
words:
    - Word1
    - Word2
    - Word3
    - ...
  • Open a terminal in the same Yaml directory.
  • Call word-search-game, you will get a prompt of Yaml files that reside in the current directory.
  • Select your file and wait till generation completes, after that it will open a browser with the game ready to be printed.
  • A generated folder will be created with the word games with .html format.

Another ways to call a Yaml file:

File in current directory

word-search-game example.yml

File in a relative path

word-search-game some-path/example.yml

In this case, generated folder will be created under some-path

That's it!

I highly recommend to create up to 15 words. This will fit perfectly in a letter sheet in landscape mode.

How it works?

This application is a wrapper of this webpage. Config like number of rows and columns can be set at ./lib/default-form-data.js.

Examples

From this Yaml file:

title: Astronomy
words:
  - Sun
  - Mercury
  - Venus
  - Earth
  - Mars
  - Jupiter
  - Saturn
  - Uranus
  - Neptune
  - Pluto
  - Moon
  - Stars

The game will look like this:

Contributing

If you think this project can be improved, create a PR!

License

MIT

Keywords

FAQs

Package last updated on 17 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc