Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 424 Bytes

wordle-clone-python

A CLI implementation of the viral wordle puzzle game in python

How to run this?

  1. Clone the repo
  2. Create a virtual env python3 -m venv venv
  3. Activate the virtual env with source venv/bin/activate
  4. Install necessary requirements - pip3 install -r requirements.txt
  5. Run the main file - python3 main.py

To do:

  • Write Test case
  • Add option to expand more than 5 letter word