Skip to content

MitchsMisadventures/wordle-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Clone by Mitch // Version 1.0

Gameplay

Just like in the actual Wordle, the objective of this game is to try to guess the 5 letter word. To do this, you must uncover hints that you can use to try to piece together what the solution is! You have up to six attempts to try to guess the word. If you don't get it in less than six, the game is over!

Use your keyboard to type out the words that you want to use and then hit ENTER / Return

🟩 - A green square indicates that the letter is in the correct spot

🟨 - A yellow square indicates that the letter is in fact in the word, but in a different spot

⬛ - A gray square indicates that the letter is not found in the word at all

image

image

How To Install

Make sure to install the required packages found in the requirements.txt file.

pip install -r /path/to/requirements.txt

Download the project and store on your local device.

Once downloaded, run the main.py file and enjoy!

To Do:

  • Add Stats
  • Longest Win Streak
  • Add Timer
  • Add Copy to Clipboard Settings
  • Make it so that Guesses Have To Be Real Words
  • Add Hard Mode

Changelog

Version 1.0

  • Uploaded Initial Project

About

Wordle Clone created using Python and Pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages