Skip to content

A CLI implementation of the viral wordle puzzle game in python

License

Notifications You must be signed in to change notification settings

AravindhStanley/wordle-clone-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A CLI implementation of the viral wordle puzzle game in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages