Skip to content

KUKARAF/Wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Game

Wordle is a word-guessing game where you try to guess a secret word within a limited number of attempts. This project provides a Python implementation of the Wordle game.

Installation

To play the Wordle game locally, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/yourusername/wordle-game.git
    cd wordle-game
  2. Create a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Run the Wordle game:

    python start.py
  2. The game will start, and you will have to guess the secret word within a limited number of attempts.

Gameplay

  • Enter your guesses one letter at a time.
  • You can use the backspace key to delete a letter from your current guess.
  • Press Enter to submit your guess when you think you have guessed the secret word.
  • You win the game if you correctly guess the secret word within the allowed number of attempts.
    • Secret reward if you win
  • If you exceed the maximum number of attempts, you lose the game.

Contributing

Contributions to this project are welcome! Feel free to open issues or pull requests to suggest improvements or report bugs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages