Skip to content

Its a word finder game solver. You just have upload a picture of the maze and input the word and it will search the word in the maze highlight them for you

Notifications You must be signed in to change notification settings

Ujjwal2017099/WordScapes

Repository files navigation

WordScapes

Getting Started:

1.Make sure you have node.js installed on your system.

If not then you can install it from here

2.Clone the project repo on you system by either downloading the code or by using git clone

3.Run npm install after opening the terminal in the project folder and then run npm start and go to the required domain(localhost:5000) in your browser.

4.Select the photo of the grid/crossword (make sure image quality is good)

This will work correctly on square grid.

5.Enter the words in the text box seperated by space(make sure input format is coorect).

6.Hit Submit.

Brief Explanation of working :

  • This application is using tesseract-OCR for extracting text from image.
  • Then the text generated is converted into a matrix.
  • The words are also seperated and gets stored in a 2-D array.
  • Then a Trie Data Structure is being used to search the words in the matrix.
  • This is very good example of using Data Structures in real world projects.
  • Some ScreenShots of the application are shown below:

    Screenshot 2022-12-03 183519 Screenshot 2022-12-03 183546

  • About

    Its a word finder game solver. You just have upload a picture of the maze and input the word and it will search the word in the maze highlight them for you

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Contributors 4

    •  
    •  
    •  
    •