https://github.com/ritik48/wordle
https://github.com/ritik48/wordle
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ritik48/wordle
- Owner: ritik48
- Created: 2023-06-10T07:00:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T18:02:31.000Z (6 months ago)
- Last Synced: 2025-03-21T10:54:26.057Z (3 months ago)
- Language: HTML
- Homepage: https://ritik48.github.io/Wordle/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle
Wordle is a word game.
Here user will be displayed blank boxes, and will have to guess the word.With each guesses the user will be given a hint like:
- if the letter in the guess exists in the original word but is at wrong position, then it's color will change to yellow.
- if the letter in the guess exists in the original word and is at a right position, then it's color will change to green.## Features:
- flexibility in selecting word length
- easy, medium and tough category options
- there will be fixed number of guesses. and based on how many guess user figured out the word, score will be given.
- there will be a timer running## Screenshots


## How to play:
No installation required.Just run the index.html file and enjoy the game.