Pydle is a Python-based clone of the popular word-guessing game Wordle. It's a fun and challenging game that will test your word-guessing skills!
- Word Guessing: Guess the hidden word within a limited number of attempts.
- User-friendly Interface: A simple and clean command-line interface.
- Open Source: Feel free to contribute and improve Pydle!
Before you begin, ensure you have the following installed:
- Python 3.x
-
Clone the repository:
git clone https://github.com/rafaelzaccaro/pydle.git
-
Navigate to the project directory:
cd pydle
-
Install the required dependencies:
pip install -r requirements.txt
Now you're ready to play Pydle!
-
Open a terminal and navigate to the Pydle directory.
-
Run the game:
python pydle.py
-
Start guessing!
Have fun playing Pydle!
If you'd like to contribute to Pydle, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request.
Pydle is open-source and available under the MIT License.