You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snake Game with Brain-Computer Interface (BCI) Control
Introduction
This project implements a classic Snake Game using the Pygame library in Python. The snake's movement is controlled by data from a Brain-Computer Interface (BCI), which uses "Mean" values from a dataset to influence directional changes.
Features
BCI Integration: The snake's movement is directed using commands derived from a CSV file of BCI data.
Classic Gameplay: The snake grows as it consumes food, and the game ends if it hits the wall or itself.
Customizable: Colors, screen size, and snake speed are easily adjustable within the code.
The text was updated successfully, but these errors were encountered:
Snake Game with Brain-Computer Interface (BCI) Control
Introduction
This project implements a classic Snake Game using the Pygame library in Python. The snake's movement is controlled by data from a Brain-Computer Interface (BCI), which uses "Mean" values from a dataset to influence directional changes.
Features
BCI Integration: The snake's movement is directed using commands derived from a CSV file of BCI data.
Classic Gameplay: The snake grows as it consumes food, and the game ends if it hits the wall or itself.
Customizable: Colors, screen size, and snake speed are easily adjustable within the code.
The text was updated successfully, but these errors were encountered: