/wordle-game

Wordle Game is a popular online word puzzle game that challenges players to guess a secret five-letter word within six attempts.

Primary LanguageJavaScriptMIT LicenseMIT

Wordle Game Website

📗 Table of Contents

📖 Wordle Game Website

Wordle Game is a popular online word puzzle game that challenges players to guess a secret five-letter word within six attempts. The game provides feedback after each guess, indicating which letters are correct and in the right position (green), which letters are correct but in the wrong position (yellow), and which letters are not in the word at all (gray). With each guess, players strategically narrow down the possibilities until they successfully identify the target word. Wordle is known for its simple yet addictive gameplay, fostering word recognition, vocabulary expansion, and deductive reasoning skills.

🛠 Built With

Tech Stack

Client
  • HTML
  • CSS
  • JavaScript
  • React
Server
  • Render
Database
  • No database was required for this project

Key Features

  • Color-Coded Letters: Wordle uses colors (green, yellow, gray) to indicate if guessed letters are in the right place, wrong place, or not in the word.
  • User-Friendly Interface: Wordle's interface is easy to use, making gameplay intuitive for everyone.
  • Colorized Keypad: The game's keypad shows colorized keys matching the feedback for each letter, simplifying the guessing process.

Back to top

🚀 Live Demo

Wordle Game - Live Demo

Back to top

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

  • You'll need any code editor

Setup

Clone this repository to your desired folder:

  git clone https://github.com/ghreza-crypto/wordle-game.git
  cd wordle-game 

Install

Install this project with:

  npm install

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests, run the following command:

  npm test

Deployment

  • Deployed using Render

Back to top

👥 Authors

👤 Ghulam Reza Rajabi

Back to top

🔭 Future Features

  • [Improve UI design]
  • [Improve the mobile version]

Back to top

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Back to top

⭐️ Show your support

If you like this project you can give it a star!

Back to top

🙏 Acknowledgments

I would like to Net Ninja because this project is based on his original design idea.

Back to top

📝 License

This project is MIT licensed.

Back to top