A downloadable game for Windows

This game requires a camera to play!

A proof of concept project, developed by a team of four, that uses the camera to allow the player to play mini-games.

In this build there is one mini-game you can play called "Lift it"! The objective is to move the dumbbell up and down while balancing objects. The more objects you keep on the dumbbell, with each lift, the more points you will earn!

Requirements

  • Windows 10/11
  • Webcam

Troubleshooting

Q: When I launch the game, Python does not run.

A1: Windows Settings >> Apps >> Default Apps >> Choose default applications by file type >> .py = Python 3.11

A2: Go to 

PhySy/PhySy_Data/StreamingAssets/PythonTracker

Open Command Prompt in that folder, and run the following command:

python main.py

Finally, open the PhySy.exe

Acknowledgements

Uses https://github.com/ganeshsar/UnityPythonMediaPipeAvatar (ganeshsar, 2023) for camera tracking.

Music by Kenney

Cheerful Annoyance by Kenney (https://www.kenney.nl)

Flowing Rocks by Kenney

Drum Roll Sound

Drum Roll, Please! by HoBo Trails (https://freesound.org/people/HoBoTrails/sounds/424927/).

Download

Download
PhySyGameWindows.zip 30 MB

Install instructions

This game should work without additional downloads, however you may need to install python and mediapipe separately.

Python 3.11 Install

Windows Store (Recommended)

https://apps.microsoft.com/detail/9NRWMJP3717K?hl=en-gb&gl=US

Python Website

https://www.python.org/downloads/release/python-3116/

Mediapipe Install

Open Command Prompt (or Terminal) and execute the following.

pip install mediapipe


Comments

Log in with itch.io to leave a comment.

(+2)

very good game. fun and works well.