Built in 47h for the Cambridge Game Jam 2024 (theme: reflection).
Your mum has abandoned you in IKEA. All that is left is for you to reflect upon your actions...
Bored, you peruse the mirror lineup and create a little game. Use your head... and arms, and legs, to navigate the ball to the end of the maze. Pass the time until mum comes back.
- won most original game
- tied most popular game :)
Be sure to connect a webcam first :).
Run the executable on itch.io.
# Optional: Create a venv first
python -m venv venv
source ./venv/bin/activate
# Install requirements
pip install -r requirements.txt
# Run the game
cd src && python main.py
Install requirements.txt
with python 3.10, then run main.py
. Currently seems incompatible with MacOS.