Skip to content

rafaelzaccaro/pydle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pydle

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!

Table of Contents

Features

  • 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!

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Python 3.x

Installation

  1. Clone the repository:

    git clone https://github.com/rafaelzaccaro/pydle.git
  2. Navigate to the project directory:

    cd pydle
  3. Install the required dependencies:

    pip install -r requirements.txt

Now you're ready to play Pydle!

How to Play

  1. Open a terminal and navigate to the Pydle directory.

  2. Run the game:

    python pydle.py
  3. Start guessing!

Have fun playing Pydle!

Contributing

If you'd like to contribute to Pydle, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/new-feature.
  3. Make your changes and commit them: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature/new-feature.
  5. Submit a pull request.

License

Pydle is open-source and available under the MIT License.