You can watch the one-minute game trailer here . It was too big to upload directly in github, but you won't regret watching ;)
Taimor, a weary husband, returns home from a long day at work. While enjoying his dinner, his wife, Shafika, nags him for forgetting something important that day. Exhausted, he leaves and goes to relax in his room when he suddenly hears a sound. As he approaches her purse wearingly, he opens the purse and sticks his hand to find the source of the sound. That’s when an unexpected and bizarre event occurs. Taimor is inexplicably swallowed into the depths of the purse, encountering a surreal world filled with obstacles and adversaries—each one representing a unique item from within the purse. He soon finds himself in the purse’s lowest level, where he discovers the spirit of his old dog, Metwaly, who both guides and abuses him throughout the levels. What was going to be another mundane afternoon turned into an escape became an action-packed night as Taimor fights way through purse-themed enemies like rouge, mascara, and pins, as he solves puzzles based on his relationship, spanning dates, vacations, and even a love letter to finally face his greatest foe – the one who soured his relationship with his wife, in a one-on-one confrontation that includes flip-flops thrown around violently.
Make sure you have python downloaded if you haven't already. Follow these steps to set up the environment and run the application:
- Clone the Repository:
git clone https://github.com/Sambonic/Scrapedin
cd Scrapedin
- Create a Python Virtual Environment:
python -m venv env
- Activate the Virtual Environment:
-
On Windows:
env\Scripts\activate
-
On macOS and Linux:
source env/bin/activate
- Ensure Pip is Up-to-Date:
python.exe -m pip install --upgrade pip
-
Install Dependencies:
pip install .
Build the executable file:
- Open the project through unity.
- Go to file tab
- Press build settings
- Press build
- Run the .exe file
- Enjoy :)
Game controls:
- Arrows for movement
- D for defense
- F for attack
- Spacebar for jump
- R for run
- Esc to pause
- C to show/hde controls
I want to extend my thanks to both of my teammates Amr and Abdelrahman for such an incredibly fulfilling team work. I also want to thank our TAs and module leader for the unconditional support and great experience throughout this whole module.