Back to projects

neuro-snake

Brain-controlled Snake game using Arduino EEG hardware and Python. Demonstrates a playful BCI experiment with real-time signal processing, pygame controls, and generated activity reports.

Key Features

  • Reads EEG activity from Arduino hardware over serial communication
  • Processes signals in Python and maps activity to pygame Snake controls
  • Generates a PDF activity report after each experimental run

Technologies

PythonpygameArduinoEEGpySerialNumPySciPy
An educational hardware/software experiment that connects an Arduino Uno and EEG unit to a Python Snake game. The project captures brain-activity signals over serial communication, applies signal processing, maps the result to game controls, and produces a PDF report after each run.