Game that tests your knowledge of a given dates day-of-the-week
git clone https://github.com/se7enack/Day-of-the-Week-Champ.git
cd Day-of-the-Week-Champ
python3 -m venv .venv
source .venv/bin/activate
pip3 install --upgrade pip
pip3 install -r requirements.txt
./game.py

