Welcome to Wordle Unlimited Dupe, a Python-based game inspired by the popular Wordle game, but with unlimited play! This project allows you to enjoy various Wordle modes, including Random Mode, Levels Mode, and the ability to select custom word lengths. The game is built using Python, with external dependencies for spellchecking and rendering the game interface using Pygame.
-
Random Mode: Play with randomly selected words.
-
Levels Mode: Play through levels with increasing difficulty.
-
Custom Word Length: Choose the length of the word to guess (between 5 and 10 characters).
-
Spellchecking: Built-in spellcheck for valid words.
-
Pygame Interface: A simple yet engaging graphical interface for playing the game.
-
Before you can run the game, you'll need Python installed on your computer. The game also uses two external packages:
-
Pygame: For the graphical user interface.
-
Spellcheck: To verify valid words.
-
Fork the Repository
- Navigate to the original repository on GitHub
- Click the "Fork" button to create a copy in your GitHub account
-
Clone your forked repository
git clone https://github.com/kmushapho/wordle.git
-
Navigate to the directory
- cd wordle
-
Run the game
-
python wordle.py
-
On the first run, the game will automatically install the required packages using pip (if they aren't already installed). This includes:
-
spellcheck
-
pygame
-
Additionally, the game will create a JSON file that stores game data and your saved progress.
-
-
Playing the Game
Once the game is running, you can choose from several play modes:
- Random Mode: The game selects a random word for you to guess.
- Levels Mode: Increase the difficulty as you progress through levels.
- Specific Word Length: Choose a word length between 5 and 10 characters.
Feel free to open issues, submit pull requests, or suggest new features. This project is open for collaboration, and contributions are welcome!