Skip to content

LexoGuess is a vibrant and challenging word puzzle inspired by the popular game Wordle. Guess the hidden word, crack the code, and enjoy the thrill of linguistic discovery in this addictive and fun-filled adventure!

License

Notifications You must be signed in to change notification settings

ShaheenJawadi/LexoGuess

Repository files navigation

LexoGuess

LexoGuess is a clone of the popular word game Wordle. This project is implemented using Next.js, and Redux.

Demo

Explore the live version of the app here: LexoGuess

Full link: https://shaheenjawadi.github.io/LexoGuess/

Features

  • Wordle Gameplay: Enjoy the classic Wordle experience of guessing a hidden word within a limited number of attempts.
  • Keyboard layout: Users can switch between QWERTY and AZERTY keyboard layouts.

How it Works

  1. The application first uses the "random-word-api.herokuapp.com" to fetch 100 random words.
  2. One word is then randomly selected and stored in the state.
  3. When a user enters a word, the application uses "api.dictionaryapi.dev" to check if it is a valid word.

Getting Started

Follow these steps to run LexoGuess locally on your machine:

  1. Clone the repository:
git clone https://github.com/ShaheenJawadi/LexoGuess.git
  1. Install dependencies:
cd LexoGuess
npm install

or

cd LexoGuess
yarn
  1. Start the development server:
npm run dev

or

yarn dev
  1. Open your browser and navigate to http://localhost:3000 to play LexoGuess!

Customization

LexoGuess allows you to customize your experience in the following ways:

  • Keyboard Layout: Switch between QWERTY and AZERTY keyboard layouts using the provided toggle button.

Word Generation

LexoGuess fetches 100 random words from "random-word-api.herokuapp.com"during initialization. It then randomly selects one word to be the target word

Word Validation

To ensure entered words are valid, LexoGuess uses the "api.dictionaryapi.dev" API to check the validity of each guessed word.

Contributing

We welcome contributions to enhance LexoGuess and make it an even more enjoyable game. Feel free to open issues, submit pull requests, or provide suggestions to help us improve!

License

This project is licensed under the MIT License.

Acknowledgments

  • LexoGuess was developed by Shaheen Jawadi as a fun and educational project.

  • Special thanks to the creators of Wordle and the contributors to the used APIs.

Feel free to contribute and enjoy playing LexoGuess!

About

LexoGuess is a vibrant and challenging word puzzle inspired by the popular game Wordle. Guess the hidden word, crack the code, and enjoy the thrill of linguistic discovery in this addictive and fun-filled adventure!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published