dhairyagothi / 100_days_100_web_project

This repository contains 100 web projects from basic to intermediate using html css and js Please star the repo before start working on it
https://50-days-50-web-project.vercel.app/
MIT License
30 stars 36 forks source link

Add WORDLE game #15

Closed Madhu0-2 closed 4 months ago

Madhu0-2 commented 4 months ago

IMG-20240617-WA0007

This is clone version of the popular word game 'Wordle' by NYTimes. It uses a different algorithm to choose daily words, which is the motivation to build this. Actually, the word list of original wordle usually gets leaked on twitter and it already shows which word will be there on the day. So overcoming that problem I built this wordle which will choose the word which nobody can know and it will be decided randomly by the code at 12:00:00 AM everyday. It is built using HTML, CSS and Javascript.

dhairyagothi commented 4 months ago

Sounds Good Go for it @Madhu0-2

Please add your project in a particular folder in src and also update index.html so that it can be updated on live server

Go ahead @Madhu0-2 assigned attach SS and video with PR

dhairyagothi commented 4 months ago

completed #21