Making Wordle in Python
I had a free minute this evening so I made Wordle in Python I wanted to focus on trying to incorporate dictionaries
All code in this repository is original. Please reference me @marinarosenwald if your decide to use this code
To run:
- Clone respository
- Open respository/folder in commandline
- python[3] Main.py
- Have fun!
To add:
- actual dictionary so the user can't just input anything
- user interface