Skip to content

A simple wordle clone in terminal using the python module Colorama.

Notifications You must be signed in to change notification settings

tanthehack/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Clone in Terminal Using Colorama

A horrible wordle clone using Colorama, a Python module commonly used to 'color-ify' thy terminal.

Description

A simple wordle clone in terminal using the python module Colorama.

Wordle is a web-based word game created and developed by Welsh software engineer Josh Wardle, and owned and published by The New York Times Company since 2022.

Getting Started

Dependencies

  • Python 3.8 +
  • Colorama

Installation

Running Wordle

  • Clone this repository
$ git clone https://github.com/tanthehack/wordle
  • Switch to the newly created directory
$ cd ./wordle
  • Type python wordle.py
$ python wordle.py
enter 5 letters -
> _
  • You can then simply type in 5 letters to guess the word.
> crane
c r a n e

> _




How to Play Wordle

Guess the mystery 5 letter word! After each guess, the letters will change color to show how close you were to the correct word:

  • Red - the letter is not in the word
  • Yellow - the letter is in the word but in the wrong place
  • Green - the letter is in the word but in the wrong place

Once all the letters are green, you've won! But if you don't guess the word in six tries, you've lost :(



From Tanya to You ;) -->

Hope you enjoy my wordle clone! Worked hard on it :) I will in the future try to implement:

  • Double Letters in the Guessed Word Bug Fix
  • Guessed Words List
  • GUI to play the game

Version History

  • 1.0
    • Initial release

License

This project is licensed under the MIT License, more details here.

About

A simple wordle clone in terminal using the python module Colorama.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages