Recreate the popular game "Wordle" with a command-line twist! Built using Python and SQLite, this game allows users to play Wordle right from their terminal, with the added feature of tracking streaks for returning players.
- Command Line Interface: No GUI? No problem! Play Wordl just like you would in a command-line environment.
- Streak Tracking: For every correct word guessed consecutively, the game keeps track of your streak, motivating you to keep going!
- Python
- SQLite
Using HTTPS:
git clone https://github.com/jsullivan94/wordle.git
Using SSH:
git clone [email protected]:jsullivan94/wordle.git
cd wordle
python3 app.py