Skip to content

A script which solves word search puzzles on its own. I used concepts of browser automation, web development, and computer science algorithms (Depth First Search) as a side project.

Notifications You must be signed in to change notification settings

SpaceFace02/Word-Search-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An awesome script that solves word search puzzles for you automatically.

Website containing the word search this script will automate - https://wordsearch.samsonn.com/

Tech Stack - Pupeteer and Node for the javascript application.

Steps-

  1. Clone the repo
  2. Make sure you have node installed on your pc, > v14. Also make sure you have Chrome installed.
  3. Run npm i
  4. Run node .\word_search_solver.js or its equivalent in other OS.
  5. If you are facing any issues with the viewport or scrolling or cells being selected instead of being dragged, please follow the steps:
    • On line 34 of the code, change the executable path if you want.
    • on line 39, change the viewPort settings to your monitor's resolution, if you face any bugs in the automation.

If anyone knows of a fix to this viewport bug, please create a pull request and help me out.

About

A script which solves word search puzzles on its own. I used concepts of browser automation, web development, and computer science algorithms (Depth First Search) as a side project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published