A CLI implementation of the viral wordle puzzle game in python
How to run this?
- Clone the repo
- Create a virtual env
python3 -m venv venv
- Activate the virtual env with
source venv/bin/activate
- Install necessary requirements -
pip3 install -r requirements.txt
- Run the main file -
python3 main.py
To do:
- Write Test case
- Add option to expand more than 5 letter word