neuralDrift is a collaborative multiplayer neurogame based on brain-computer interfaces.
Inspired by the movie Pacific Rim, in which collaborative mind control technology allows the use of futuristic giant robots, the game lets two players – Jaeger pilots – control a robot by syncing their brain waves. The project was completed under 36 hours during WearHacks 2014, the first wearables hackathon to be held in North America.
The game consists in a LEGO© MINDSTORMS© EV3 robot, an Android device displaying the game state, and requires two EEG devices supported by MuLES.
You can either download the zip file of the project and extract it, or clone the git.
- MATLAB (tested with R2013a) with the Instrument Control Toolbox
- MuLES
- Follow the installation instructions for configuring specific EEG devices (i.e., installing SDKs and pairing devices with Bluetooth).
- QUT EV3 MATLAB toolkit
- Put the folder
EV3
in/neuralDrift/scripts
. - Pair the LEGO©EV3 robot to the PC. Instructions
- Put the folder
- Compile Processing code/Install executable on Android device
- Launch the neuralDrift Android app on your Android device.
- Power on the EEG devices and set them on the 2 players.
- Open the main_neuraldrift.m script and change default parameters if needed (Android device name, player names, feature extraction parameters, MATLAB path, etc.)
- Make sure MATLAB's current folder is
neuraldrift/scripts
, then launchmain_neuraldrift()
. - Follow the training procedure and start drifting!
- Various commands (make sure to be focused on Figure 1 before using the commands):
- Turn robot motors ON/OFF:
- Restart game:
- Escape game:
- Print information system state:
neuralDrift is licensed under the GPLv2 license.