GithubHelp home page GithubHelp logo

shaheenjawadi / lexoguess Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 160 KB

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: MIT License

JavaScript 0.30% CSS 20.56% TypeScript 79.14%

lexoguess's Introduction

LexoGuess

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

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!

lexoguess's People

Contributors

shaheenjawadi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.