Skip to content

The Wordel is an online word game. :) I hope you enjoy playing.

Notifications You must be signed in to change notification settings

ashu273k/Wordel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordel

Wordel is a web-based word guessing game inspired by Wordle. The goal is to guess a secret five-letter word in six attempts. Each guess gives you feedback to help you get closer to the answer.

Features

  • Simple and clean UI
  • Animated feedback for correct, close, and wrong guesses
  • Winner animation for correct guesses
  • Responsive design
  • Uses a random word fetched from an API

How to Play

  1. Objective: Guess the secret five-letter word in six tries or less.
  2. Input: Type your guess using your keyboard. Only valid five-letter English words are accepted.
  3. Submit: Press Enter to submit your guess.
  4. Feedback:
    • Green (Correct): The letter is in the correct position.
    • Yellow (Close): The letter is in the word but in the wrong position.
    • Gray (Wrong): The letter is not in the word.
  5. Backspace: Use Backspace to delete the last letter before submitting.
  6. Win/Lose:
    • If you guess the word correctly, you win and see a winner animation.
    • If you use all six attempts without guessing the word, the correct word is revealed.

Getting Started

  1. Clone this repository or download the files.
  2. Open index.html in your browser.
  3. Start playing!

Files

  • index.html: Main HTML file for the game UI
  • style.css: Styles for the game
  • wordel.js: Game logic

Screenshot

Screenshot

Credits

  • Inspired by Wordle
  • Built with HTML, CSS, and JavaScript

Enjoy playing Wordel!

About

The Wordel is an online word game. :) I hope you enjoy playing.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors