You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tech Stack - Pupeteer and Node for the javascript application.
Steps-
Clone the repo
Make sure you have node installed on your pc, > v14. Also make sure you have Chrome installed.
Run npm i
Run node .\word_search_solver.js or its equivalent in other OS.
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.