The task was to program an assistant program to help someone play Wordle, a bot that plays the game by itself, and a version of the game, if time permitted, during two working days. I coded all three using Python.
- Python3
- Curses (not available on Windows by default)
To run the projects all that is required is to clone this repository, give the scripts execution privileges, and then run the desired script. The scripts run the correct python source code from the source folder, it would also be possible to feed the source directly to the python3 executable.
Example to run the game:
git clone https://github.com/zoni527/rush_wordle.git && cd rush_wordle
chmod +x wordle_game.sh
./wordle_game.shor alternatively using the source code:
python3 ./src/wordle_game.py