An open API service indexing awesome lists of open source software.

https://github.com/nripstein/wordle

A colour-accurate command-line implementation of the addictive word-guessing game in Python.
https://github.com/nripstein/wordle

terminal-game wordle-game

Last synced: over 1 year ago
JSON representation

A colour-accurate command-line implementation of the addictive word-guessing game in Python.

Awesome Lists containing this project

README

          

# Wordle
A colour-accurate command-line implementation of the addictive word-guessing game in Python.

## Screenshot of Gameplay




## How to Play
1. Run the main.py file. Set the desired answer as an argument for the run_game() function, or leave it blank for a random one to be selected
2. Enter a five-letter word as your guess.
3. The game will indicate which letters are correct and in the correct position (marked in green) and which letters are correct but in the wrong position (marked in yellow).
Keep guessing until you either win or run out of tries.