Skip to content
/ wordle Public

I love this game so much, so I'm gonna try code it!!!

Notifications You must be signed in to change notification settings

GwinzTV/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎉 Welcome to Python Wordle! 🎉

📜 About the Game

Welcome to Python Wordle - a fun and challenging word puzzle game where you guess the hidden word in six tries or less! Inspired by the popular Wordle game, this version is coded entirely in Python. Test your vocabulary and have fun guessing!

🚀 Features

  • 🕹️ Interactive Gameplay: Guess the 5-letter word within six tries.
  • 🎨 Color Feedback: Get instant feedback with colored hints (green for correct, yellow for present but wrong position, gray for absent).
  • 🔄 Replayable: Play as many times as you want with different words each time.
  • 📊 Statistics: Track your wins and improve your guessing strategy.

🎬 Snippets of gameplay

wordle1.mp4
wordle2.mp4

📦 Installation

  1. Clone the Repository:
    git clone https://github.com/GwinzTV/wordle.git
    cd wordle/src
    
  2. Install Required Packages:
    pip install -r requirements.txt
    

🕹️ How to Play

  1. Run the Game:
    python start_game.py
    
  2. Guess the Word:
  • Enter a 5-letter word.
  • After each guess, you'll receive feedback:
    • 🟩 Green: Correct letter in the correct position.
    • 🟨 Yellow: Correct letter in the wrong position.
    • ⬜ Gray: Letter not in the word.
  1. Win or Try Again:
  • Guess the word within six tries to win!
  • Don't worry if you don't guess it right the first time, you can always play again!

🛠️ Contributing

Contributions are welcome! Feel free to fork this repository and submit pull requests.

  1. Fork the Repository
  2. Create a Feature Branch
    git checkout -b feature/AmazingFeature
    
  3. Commit Your Changes
    git commit -m 'Add some AmazingFeature'
    
  4. Push to the Branch
    git push origin feature/AmazingFeature
    
  5. Open a Pull Request

Acknowledgements

  • Inspired by the original Wordle game.
  • I love this game so much, so I thought it would be fun to code it!!!
  • (And it was fun 🤩)

All that's left to do is...... Enjoy the game! 🎉🎉🎉

Happy Wordling!

About

I love this game so much, so I'm gonna try code it!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages