This project is a modern take on the classic game Snake. You can move around the screen collecting food and growing. However this game completely hands free and is played using your brain. The Muse headband reads your brainwaves, processes them and moves the snake based on your will.
How it Works
EEG Extraction
EEG data from the player is extracted using the Muse headband. The data is sent over a web socket to be recieved by the game
Data Analysis
The game acts as a client, receiving the data over the socket. The game then interates through the data and grabs what it needs
Snake Movement
The retrieved data undergoes analysis to determine which direction the player wanted the snake to move. The snake then switches direction!