Skip to content

This is a project that contains a python implementation of the famous game known as "Wordle". The game involves guessing a 5 letter word in 6 tries. The original game can be found on https://www.nytimes.com/games/wordle/index.html

Notifications You must be signed in to change notification settings

jeffft9/Stevens_SSW_810

Repository files navigation

This is a project that contains a python implementation of the famous game known as "Wordle". The game involves guessing a 5 letter word in 6 tries.

Note - Test.py contains Unit Test cases. To run you need to install "pytest" first by running "pip install pytest" on the terminal. Then run command "pytest Test.py" on the terminal.

About

This is a project that contains a python implementation of the famous game known as "Wordle". The game involves guessing a 5 letter word in 6 tries. The original game can be found on https://www.nytimes.com/games/wordle/index.html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages