jeffft9 / Stevens_SSW_810

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%