Skip to content

HugoAshjaei/vaajoor-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vaajoor solver

What is Vaajoor?

Vaajoor is a persian daily word game like Wordle

Vaajoor solver

Vaajoor solver is a JS applcation that can find the solution of Vaajoor game.

How it works?

First, I need to find best persian words list. (I have downloaded it from here) Then we need to filter 5 letters words from the list. (I did it by utils/5LetterWords.js) Now, It's time to solve. 1- Find words with non-repeating letters. (This words are better to start because they have more chance to be found) 2- Pass one word to the solver. 3- Check from API word is valid or not. 4- If it's not valid, find another word. by removing words by red letters, and check word has green and yellow letters.

Installation

Vaajoor solver requires Node.js to run.

git clone https://github.com/HosseinDotLink/vaajoor-solver.git
cd vaajoor-solver
npm i
node solve.js # or node solve.js [day] for specific day for example node solve.js 12

About

برنامه پیدا کردن کلمه واجور

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published