/Reflect-Upon-Your-Actions

Cambridge Game Jam 2024 : Double Prize Winner.

Primary LanguagePython

Reflect Upon Your Actions

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 :)

To Play

Be sure to connect a webcam first :).

Windows

Run the executable on itch.io.

Linux

# 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

Development

Install requirements.txt with python 3.10, then run main.py. Currently seems incompatible with MacOS.