The-Robin-Hood / tamilwordle

Wordle in Tamil Language. Play and learn tamil
https://tamilwordle.in/
0 stars 2 forks source link

Access to Code base. #1

Closed pawanjenu closed 1 year ago

pawanjenu commented 1 year ago

Hi can I get access to code base, so that we can make improvements/changes on top of it? thanks

The-Robin-Hood commented 1 year ago

@pawanjenu Will push a separate branch and let you know ;)

pawanjenu commented 1 year ago

Great thanks, looking forward to it.

The-Robin-Hood commented 1 year ago

@pawanjenu check development branch

pawanjenu commented 1 year ago

will go through it, thanks

pawanjenu commented 1 year ago

@The-Robin-Hood , if possible can you give me a summary of the below?

if you could just answer the same, that would be great.

pawanjenu commented 1 year ago

I am just looking for a top-level flow.

The-Robin-Hood commented 1 year ago

Everyday word is chosen from tamilMainWordList - word.json The two function: getTamilWords, saveTamilWord is for validation the word Validation :

  1. Initially the word will be checked in word.json
  2. If it wasn't present in word.json it will fetch for mongoDB.
  3. If it wasn't present in DB and then it will fetch the api and if its valid it will store in mongoDB.

@pawanjenu

pawanjenu commented 1 year ago

@The-Robin-Hood , while going through the website, I see that you have a limit to 4 letter word only, why is it so?

The-Robin-Hood commented 1 year ago

Have you seen the game ? or played it ? Each word consist of just four letters.

pawanjenu commented 1 year ago

@The-Robin-Hood , I have played the game, but I have also played games, which have 5 words aswell, was there any reason we are limiting the games to 4 letter.

The-Robin-Hood commented 1 year ago

Just to make the game little easier. @pawanjenu