Skip to content

A simple terminal-based game inspired by the classic term.ooo

License

Notifications You must be signed in to change notification settings

Daniel-Alvarenga/Words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WORDS

GitHub license GitHub languages top GitHub contributors GitHub stars

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.

Languages and Libs

Python Unidecode Pyinstaller

How to Play

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

Contributing

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:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes
  4. Commit your changes.
  5. Push to the branch.
  6. Submit a pull request.

Important

To build a new .exe with pyinstaller the file to edit must be gen/words.py