This is a clone of Gabriele Cirulli's 2048 game to play using the NeuroSky headset.All credit for game design goes to him.
The project was created for our Brain and Computer Interface class at UCSD. The game can be played without a NeuroSky headset using the arrow keys. For the moment though, the headset only provides few signals so we decided to use a state-based system to control the game with the system. It uses Meditation and Attention levels and the system looks like this:
-
Initializing
-
Choose MODE (UP_DOWN or LEFT_RIGHT)
-
Choose ACTION (UP or DOWN - LEFT or RIGHT)
-
Run ACTION
- Choose MODE
( . . . )
NeuroSky headset code (under Stream SDK for PC)
Original code (from Cirulli's 2048)
Use governed by the MIT License.