wordSearchFinder is an nodejs project to find word in a wordSearch grid
Edit the scheme.txt
file and put your wordSearch grid like in the exemple.
Launch the program with npm test
or node app.js
and enter your word.
It will tell you the coordinate of the first letter of you word on the grid and the dirrection for the other letter.
You first need to get nodejs and then clone the repo and enter this commands :
npm i