This project was done as a personal project. Entire programming was done in python. This is basically a clone of the recently famous game 'Wordle'.
In order to run the website locally on your computer , follow the steps given below:
- Clone this github repo.
- Open the terminal and change the directory to the downloaded folder then run the command
pip install pygame- The above command will install all the required packages and dependencies required for the project
- The final step is to run the following command
python main.py
