Wrist-Play is a project that utilizes Movella DOT IMU sensors strapped to the wrists to control online and offline games using motion-based inputs. This project leverages the Movella DOT SDK, which has been modified for specific gaming use cases.
- Control games using wrist movements.
- Real-time data processing from the Movella DOT sensors.
- Compatible with various games using WSAD controls.
- Python 3.10
- Movella DOT SDK
- Download and install the Movella DOT SDK
- Install required python libraries:
pip install pynput
- Clone the repository
- For WSAD controls use
WSAD.py
- For AD controls use
AD.py
- Wrist rotation/Roll controls left/right arrow keys
- Wrist Tilt/Pitch controls up/down arrow keys
Press the Esc key to stop the application gracefully.
WSAD.py
: Main script for WSAD controlAD.py
: Main script for AD controlxpchandler.py
: Handles connections and data communication with Movella DOT devicesuser_settings.py
: Contains user-specific configurations and settings