In this project I've created a word guessing game similar to 'Wordle' using nearly all information that is taught in YZV104 course. I've spent so much time on it, I really tried to make it flawless as much as I can, but sometimes you may encounter some problems. This is the nature of the programing I guess. Thanks for your time and Have Fun!!!
Lexi-Q offers three different game modes:
- 5-Lettered Mode: Guess a word with five letters.
- 6-Lettered Mode: Guess a word with six letters.
- 7-Lettered Mode: Guess a word with seven letters.
( All wordlists are created using web-scrapping methods )
To play Lexi-Q, follow these steps:
- Install the required dependencies by running
pip install -r requirements.txt. - Run the
le_main.pyfile using terminal. - Choose a game mode by entering '5', '6', or '7' when prompted.
- Start guessing words based on the given word list.
- Continue making guesses until you solve the word or run out of attempts.
- The game will provide feedback on the correctness of your guesses.
- If you solve the word, you will be shown your final score and a graph of your progression.
- You can choose to play again or exit the game.
- At the end if you want to learn the meaning of desired word you can browse it with one click.
Lexi-Q requires the following dependencies:
- Lexi_Q
- termcolor
- webbrowser
- os
- colorama
- tkinter
- matplotlib
- numpy
- MySnakeGame
You can install these dependencies by running pip install -r requirements.txt.
- Abdulkadir Külçe - Developer
