Skip to content

jsullivan94/wordle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Command Line Game

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.

Wordle

Features

  • 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!

Technologies Used

  • Python
  • SQLite

Installation

Clone the repository:

Using HTTPS:

git clone https://github.com/jsullivan94/wordle.git

Using SSH:

git clone [email protected]:jsullivan94/wordle.git

Navigate to the project directory:

cd wordle

Start the game

python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%