A nerdy game that tests your knowledge of what day of the week a given date falls on.
This game asks you to enter (or the game displays) a date, and you guess what day of the week it corresponds to (e.g., Monday, Friday, etc.). It's powered by Python and works on desktop, and there's an Android version (APK) if you want to try it on mobile.
-
Clone the repo:
git clone https://github.com/se7enack/Day‑of‑the‑Week‑Game.git cd Day‑of‑the‑Week‑Game -
Create a virtual environment (optional but recommended):
python3 -m venv .venv source .venv/bin/activate # on Linux/macOS
-
Upgrade pip and install dependencies:
pip install --upgrade pip pip install -r requirements.txt
-
Run the game:
python3 ./main.py
Here is a pre-built Android version of the game available in APK format:
https://se7enack.itch.io/day-of-the-week-game
https://www.youtube.com/watch?v=-I_J6-Opwu0
MIT License.