Simple offline terminal game inspired by the classic Termo, brazilian version of Wordle.
The game consists of getting a five-letter word correct in 7 attempts. For each word entered, the letters are classified as existing in the correct place, in green, existing in the wrong place in orange, and non-existent letters, which form the clues to guess the secret word. Words not listed in the game base or already entered are not accepted. There are around 1500 different games.
Note
Depending on the terminal used, colors may not be displayed correctly due to the lack of support for ANSI escape codes. It is recommended to test the program on different terminals to ensure the best possible user experience.
You can download and execute the release or:
Clone the repository
git clone https://github.com/Daniel-Alvarenga/Words
Create and activate virtual envinroment (venv)
python -m venv venv
./venv/Scripts/activate
Install dependencies
pip install -r src/requirements.txt
Run game.py
python src/game.py
Contributions to this project are welcome.
Tip
It would be interesting to contribute a version containing a duet and quartet
Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes
- Commit your changes.
- Push to the branch.
- Submit a pull request.
Important
To build a new .exe with pyinstaller the file to edit must be gen/words.py