Skip to content

Repository files navigation

Day‑of‑the‑Week‑Game

A nerdy game that tests your knowledge of what day of the week a given date falls on.

What is it?

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.

Setup (for desktop)

  1. Clone the repo:

    git clone https://github.com/se7enack/Day‑of‑the‑Week‑Game.git
    cd Day‑of‑the‑Week‑Game
  2. Create a virtual environment (optional but recommended):

    python3 -m venv .venv
    source .venv/bin/activate   # on Linux/macOS
  3. Upgrade pip and install dependencies:

    pip install --upgrade pip
    pip install -r requirements.txt
  4. Run the game:

    python3 ./main.py
desktop

Android Version

Here is a pre-built Android version of the game available in APK format:

https://se7enack.itch.io/day-of-the-week-game

DEMO

https://www.youtube.com/watch?v=-I_J6-Opwu0

📄 License

MIT License.

About

Game that tests your knowledge of a given date's day-of-the-week

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages