Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 513 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 513 Bytes

Day-of-the-Week-Champ

Game that tests your knowledge of a given dates day-of-the-week

Setup:

python3 -m venv .venv
source .venv/bin/activate
pip3 install --upgrade pip
pip3 install -r requirements.txt

Usage:

./game.py

1
Screen Shot 2024-11-26 at 11 34 51 PM