Skip to content

dolezvo1/wordsearchplus

Repository files navigation

Word Search Plus

Word Search Plus is a word search implementation with couple extra features.

  • The boards can be randomly generated based on any appropriate JSON file (see the extra/ directory for examples), both remote (by URL) and local.
  • Definitions for every word
  • Search by definitions or blind search, all with customizable probabilities
  • Set specific word count, options to filter words by length.

Created as semestral project for the NI-AFP course (syllabus in english, syllabus in czech).

How to run

You don't have do download any code, you can simply navigate to its GitHub Pages in your browser.

Optionally, if you really want to, you can clone this repository, and then

# First run this:
npm install

# Then either:
npm run dev # <- this if you want a local development server, or
npm run build # <- this if you want a production build (will be located in `dist/`)

About

Word Search Plus is a word search implementation with couple extra features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages